Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main Page: Difference between revisions

From Dark Upper Wiki
No edit summary
No edit summary
Line 1: Line 1:
<style>
<style>
* {
{
   box-sizing: border-box;
   box-sizing: border-box;
}
}

Revision as of 22:31, 20 August 2025

<style> {

 box-sizing: border-box;

}

.column {

 float: left;
 width: 33.33%;
 padding: 10px;

} .row:after {

 content: "";
 display: table;
 clear: both;

} </style>