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

12 lines
92 B
CSS

* {
box-sizing: border-box;
}
html {
font-family: sans-serif;
}
body {
margin: 0;
}