udemy-react-course/errors/src/index.css
2022-09-22 12:01:33 -04:00

12 lines
92 B
CSS

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