Spaces:
Running
Running
/* src/app.css content here */ | |
* { | |
box-sizing: border-box; | |
} | |
body { | |
margin: 0; | |
padding: 0; | |
background-color: #f8f9fa; | |
color: #333; | |
line-height: 1.6; | |
} | |
button { | |
font-family: inherit; | |
} | |
input { | |
font-family: inherit; | |
} | |
ul { | |
margin: 0; | |
padding: 0; | |
} | |
li { | |
list-style: none; | |
} |