annnd you
This commit is contained in:
parent
12d1e8ba95
commit
4130fe8d2d
|
|
@ -9,21 +9,11 @@ export default () => {
|
||||||
font-family: "Comic Sans MS", "Comic Sans", "Chalkboard", "Comic Neue", cursive;
|
font-family: "Comic Sans MS", "Comic Sans", "Chalkboard", "Comic Neue", cursive;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main { width: 500px; margin: 0 auto; }
|
||||||
width: 500px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 { color: red; border-bottom: 1px dashed red; }
|
||||||
color: red;
|
|
||||||
border-bottom: 1px dashed red;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p { color: magenta; font-size: 18px; }
|
||||||
color: magenta;
|
|
||||||
font-size: 18px;
|
|
||||||
|
|
||||||
}
|
|
||||||
`}
|
`}
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
@ -33,4 +23,6 @@ export default () => {
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user