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;
|
||||
}
|
||||
|
||||
main {
|
||||
width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
main { width: 500px; margin: 0 auto; }
|
||||
|
||||
h1 {
|
||||
color: red;
|
||||
border-bottom: 1px dashed red;
|
||||
}
|
||||
h1 { color: red; border-bottom: 1px dashed red; }
|
||||
|
||||
p {
|
||||
color: magenta;
|
||||
font-size: 18px;
|
||||
|
||||
}
|
||||
p { color: magenta; font-size: 18px; }
|
||||
`}
|
||||
|
||||
<main>
|
||||
|
|
@ -33,4 +23,6 @@ export default () => {
|
|||
</p>
|
||||
</main>
|
||||
</>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user