Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
loeasy68
GitHub Repository: loeasy68/loeasy68.github.io
Path: blob/main/website/style.css
2937 views
1
body {
2
color: white;
3
display: grid;
4
}
5
#main {
6
background-image: linear-gradient(red,yellow,purple);
7
}
8
h1 {
9
font-weight: bold;
10
text-align:center;
11
}
12
a {
13
text-decoration: none;
14
color: white;
15
}
16
17