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

12 lines
92 B
CSS
Raw Normal View History

2022-09-22 16:01:33 +00:00
* {
box-sizing: border-box;
}
html {
font-family: sans-serif;
}
body {
margin: 0;
}