udemy-react-course/component_updates/src/index.css

16 lines
141 B
CSS

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