No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
.mainPageGame { | .mainPageGame { | ||
background-image:url("/images/1/17/Laststandkeyart.jpg"); | background-image: url("/images/1/17/Laststandkeyart.jpg"); | ||
background-position: center; | |||
background-size: cover; | |||
&:before { | |||
content: ''; | |||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
bottom: 0; | |||
left: 0; | |||
background-image: linear-gradient(to bottom right,#002f4b,#dc4225); | |||
opacity: .6; | |||
} | |||
} | } | ||
Revision as of 21:49, 5 September 2023
/* CSS placed here will be applied to all skins */
.mainPageGame {
background-image: url("/images/1/17/Laststandkeyart.jpg");
background-position: center;
background-size: cover;
&:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
opacity: .6;
}
}