MyStyles.css

From The Unofficial Isekai:Slow Life Wiki
Revision as of 18:41, 3 October 2023 by Strive (talk | contribs) (Created page with ".character-box { background-color: transparent; →‎Transparent background: padding: 20px; margin-bottom: 20px; text-align: center; →‎Center align the text: } .centered-content { text-align: center; } .bio-box { →‎Style for the Bio - Information box: } .family-box { } .stats-box { →‎Style for the Base Character Stats box: }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.character-box {

   background-color: transparent; /* Transparent background */
   padding: 20px;
   margin-bottom: 20px;
   text-align: center; /* Center align the text */

}

.centered-content { text-align: center; }

.bio-box {

   /* Style for the Bio - Information box */

}

.family-box {

}

.stats-box {

   /* Style for the Base Character Stats box */

}