12 lines
195 B
CSS
12 lines
195 B
CSS
*{
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
.box{
|
|
background: url(../img/blackphoenix.gif);
|
|
height: 100vh;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|