Valislasia: Difference between revisions

From LiberationMUSH Wiki
mNo edit summary
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: %100;
width: 100%;
height: auto;
height: 100%;
margin: auto;
margin: auto;
background-color: black;  
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 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