5 lines
86 B
CSS
5 lines
86 B
CSS
|
body {
|
||
|
background-image: url("../img/bg.png");
|
||
|
padding: 2%;
|
||
|
color: #fff;
|
||
|
}
|