Valislasia: Difference between revisions
From LiberationMUSH Wiki
Valislasia 1 (talk | contribs) mNo edit summary |
Valislasia 1 (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
@import url('https://fonts.googleapis.com/css2?family=Redressed&family=MonteCarlo&family=WindSong&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Redressed&family=MonteCarlo&family=WindSong&display=swap'); | ||
.container { | .container { | ||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
font-family: MonteCarlo; | font-family: MonteCarlo; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 40px; | font-size: 40px; | ||
color: RED; | color: RED; | ||
width: % | width: 100%; | ||
height: | height: 100%; | ||
margin: auto; | margin: auto; | ||
background-color: | padding: 10px; | ||
background-color: BLACK; | |||
} | } | ||
}} | }} | ||
Line 18: | Line 22: | ||
<!-- HTML Begin --> | <!-- HTML Begin --> | ||
<div class="container"> | <div class="container"> | ||
<p>TEST Test test</p> | |||
<p>Test</p> | |||
</div> | </div> | ||
<!-- HTML End --> | <!-- HTML End --> | ||
[[Category:Characters]] | [[Category:Characters]] |
Revision as of 04:45, 2 September 2023
TEST Test test
Test