File size: 96 Bytes
f5071ca
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
*{
  margin: 0; 
  padding: 0;
  box-sizing: border-box;
}

body{
  background-color: #E3E6E6;
}