16 lines
202 B
CSS
16 lines
202 B
CSS
|
html {
|
||
|
position: relative;
|
||
|
min-height: 100%;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-size: 1rem;
|
||
|
font-family: 'Open Sans', sans-serif;
|
||
|
line-height: 1.5;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-weight: bold;
|
||
|
}
|