Files
PetPet/style.css
2024-06-04 00:30:52 +02:00

9 lines
110 B
CSS

*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background: #333;
color: #fff;
}