1
0
Fork 0
playafri.ca/assets/css/style.css

7 lines
133 B
CSS
Raw Normal View History

2014-08-29 11:28:58 -04:00
* { margin: 0; padding: 0; }
body {
background: url(../img/africa.png) no-repeat center center fixed;
background-size: cover;
}