udemy-react-course/usereducer-starting-project/src/index.css
2022-09-22 14:36:13 -04:00

16 lines
141 B
CSS

* {
box-sizing: border-box;
}
html {
font-family: sans-serif;
background: #fff;
}
body {
margin: 0;
}
main {
margin-top: 6rem;
}