16 lines
289 B
CSS
16 lines
289 B
CSS
.bannerImage{
|
|
background-image: url("/img/mc/1920x1080/junglePvp.png");
|
|
height: 250px;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
position: relative;
|
|
}
|
|
|
|
.bannerText{
|
|
text-align: center;
|
|
bottom: 40%;
|
|
left: 50%;
|
|
font-size: 20px;
|
|
}
|