You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
171 B
16 lines
171 B
8 years ago
|
html {
|
||
|
background-color: #D7E2E2;
|
||
|
color: #000F0F;
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
margin-left: 40pt;
|
||
|
margin-top: 20pt;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
margin-left: 20pt;
|
||
|
}
|
||
|
|