annnd you

This commit is contained in:
Chris Wanstrath 2025-09-15 15:51:48 -07:00
parent 12d1e8ba95
commit 4130fe8d2d

View File

@ -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>
@ -34,3 +24,5 @@ export default () => {
</main> </main>
</> </>
} }