Files
reactnd-project-bookbrowser/src/index.css
Ken Jannette 0823ab5cac first commit
2018-04-16 17:27:14 -04:00

12 lines
156 B
CSS
Executable File

html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}