Anonymous
×
Create a new article
Write your page title here:
We currently have 97 articles on The Dream Shrine. Type your article name above or click on one of the titles below and start writing!



The Dream Shrine

Template:GameInfo/Styles.css: Difference between revisions

No edit summary
No edit summary
Line 11: Line 11:
     font-family: 'ArnoPro-Bold';
     font-family: 'ArnoPro-Bold';
     color: white;
     color: white;
}
.gameinfo-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
}

Revision as of 15:23, 6 August 2024

.gameinfo {
    width: 30%;
    max-width: 30%;
    float: right;
    clear: right;
    background-color: #465e9f;
}

.gameinfo-title {
    font-size: 2rem;
    font-family: 'ArnoPro-Bold';
    color: white;
}

.gameinfo-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}