Main Page: Difference between revisions
From Dark Upper Wiki
More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<style> | <style> | ||
{ | |||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } |
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<style> | <style> | ||
{ | |||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } |
<style> {
box-sizing: border-box;
}
.column {
float: left; width: 33.33%; padding: 10px;
} .row:after {
content: ""; display: table; clear: both;
} </style>