User:Jazzhorse/Main page sandbox/styles.css: Difference between revisions

From Otherkin Wiki
Content deleted Content added
imported>Jazzhorse
Jazzhorse changed the content model of the page User:Jazzhorse/Main page sandbox/styles.css from "CSS" to "Sanitized CSS"
imported>Jazzhorse
No edit summary
Line 1: Line 1:
#welcome::first-letter {
#welcome::first-letter {
color: #903;
background: lightyellow;
float: left;
border: 10px solid #000;
color: orange;
font-family: Georgia;
font-weight: bold;
font-size: 75px;
margin-right: 1em;
line-height: 60px;
padding: 2em;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
}
}

Revision as of 13:36, 19 July 2023

#welcome::first-letter {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}