Common.css: Difference between revisions
From Jedisaber Wiki
Created page with "→CSS placed here will be applied to all skins: →Format headings: h1 { text-align: left; font-weight: bold; font-size: 2.5em; background: #55aaff; border: 1px #55aaff; padding-top: 1em; padding-bottom: 2em; }" |
(No difference)
|
Revision as of 18:45, 14 April 2025
/* CSS placed here will be applied to all skins */
/* Format headings */
h1 {
text-align: left;
font-weight: bold;
font-size: 2.5em;
background: #55aaff;
border: 1px #55aaff;
padding-top: 1em;
padding-bottom: 2em;
}
