Template:Final Fantasy V.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
background-image: url(https://phialfantasy.wiki/images/e/e5/FFV.svg); | background-image: url(https://phialfantasy.wiki/images/e/e5/FFV.svg); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: 220px; | |||
width: 100%; | width: 100%; | ||
Revision as of 07:58, 10 November 2025
#firstHeading::before {
content: '';
background-image: url(https://phialfantasy.wiki/images/e/e5/FFV.svg);
background-repeat: no-repeat;
background-size: 220px;
width: 100%;
height: 100%;
position: absolute;
z-index: -12;
opacity: .75;
}
#citizen-page-header {
margin-top: 6rem;
}