Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
loeasy68
GitHub Repository: loeasy68/loeasy68.github.io
Path: blob/main/website/Drawing-app/style2.css
2940 views
1
.seplink{
2
margin-bottom: 8px;
3
border: 2px;
4
border-radius: 5px;
5
border-style: solid;
6
padding: 8px;
7
display: flex;
8
flex-direction: column;
9
align-items: center;
10
font-size: 46px;
11
font-family: 'PT Sans', sans-serif;
12
}
13
14
.Header{
15
font-size : 72px;
16
font-family: 'PT Sans', sans-serif;
17
background-color: #00FFFF;
18
margin-top: 0px;
19
border-radius: 12px;
20
}
21
22
a{
23
text-decoration: none;
24
}
25