MyStyles.css: Difference between revisions
Jump to navigation
Jump to search
(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: }") |
(No difference)
|
Latest revision as of 18:41, 3 October 2023
.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 */
}