mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
9 lines
110 B
CSS
9 lines
110 B
CSS
*{
|
|
padding: 0;
|
|
margin: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
body{
|
|
background: #333;
|
|
color: #fff;
|
|
} |