udemy-react-course/usereducer-starting-project/src/index.css

16 lines
141 B
CSS
Raw Normal View History

2022-09-22 18:36:13 +00:00
* {
box-sizing: border-box;
}
html {
font-family: sans-serif;
background: #fff;
}
body {
margin: 0;
}
main {
margin-top: 6rem;
}