Template:Final Fantasy V.css
Template page
More actions
#firstHeading h2::before {
content: '';
background-image: url(https://phialfantasy.wiki/images/e/e5/FFV.svg);
background-repeat: no-repeat;
background-position: left bottom;
width: 60rem;
height: 60rem;
position: absolute;
z-index: -12;
opacity: .75;
/*Adjust title logo size here*/
background-size: 150px;
/*Adjust title logo position here*/
bottom: 0;
left: 0;
}
#firstHeading {
border-bottom: 3px solid var(--color-emphasized);
}
#citizen-page-header {
margin-top: 6rem;
}