some structure
parent
b90c905634
commit
58a6356f5b
@ -1,3 +1,25 @@
|
|||||||
|
html {
|
||||||
|
font-size: 16px;
|
||||||
|
|
||||||
|
@media (max-width: 1000px) {
|
||||||
|
font-size: calc(12px + .4vw);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue