20 lines
260 B
SCSS
20 lines
260 B
SCSS
body{
|
|
font-family: "Helvetica";
|
|
text-align: center;
|
|
padding: 50px 20px 0;
|
|
background: #f4f4f7;
|
|
color: #444;
|
|
margin: 0;
|
|
}
|
|
|
|
h1{
|
|
font-size: 65px;
|
|
line-height: 1.2em;
|
|
border-bottom: #CCC solid 1px;
|
|
padding: 20px 0;
|
|
}
|
|
|
|
h3{
|
|
font-weight: 300;
|
|
}
|