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

13 lines
115 B
CSS

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