Black-Phoenix/css/style.css
2024-01-11 15:15:51 +03:00

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;
}