Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

kevinlui's site

Project: website
Views: 4163
1
body {
2
margin:40px auto;
3
max-width:650px;
4
line-height:1.6;
5
font-size:18px;
6
font-family: 'Open Sans', sans-serif;
7
color:#454545;
8
padding:0 10px;
9
background-color: #fefefe;
10
}
11
12
h1,h2,h3 {
13
font-family: 'Open Sans', sans-serif;
14
line-height:1.2;
15
}
16
17
a {
18
color: #0077aa;
19
}
20
21