Difference between revisions of "Duchy of the Setting Sun"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Keris
(Created page with "<!-- CSS starts here --> <css> .dutchyWrapper { color: white; background: #480027; -webkit-colums: 2 300px; -webkit-column-count: 2; -webkit-column-width: ...")
 
imported>Keris
m
Line 4: Line 4:
 
     color: white;
 
     color: white;
 
     background: #480027;
 
     background: #480027;
 +
    padding: 15px;
 +
}
 +
 +
.dutchyTwoColumns {
 
     -webkit-colums: 2 300px;
 
     -webkit-colums: 2 300px;
 
     -webkit-column-count: 2;
 
     -webkit-column-count: 2;
Line 12: Line 16:
 
     column-width: 300px;
 
     column-width: 300px;
 
     columns: 2 300px;
 
     columns: 2 300px;
    padding: 15px;
 
 
}
 
}
 
</css>
 
</css>
Line 21: Line 24:
 
<!-- Content goes here -->
 
<!-- Content goes here -->
 
Blah, Blah, Blah, Lorem Ipsum, Abracadabra, Bang Bang!
 
Blah, Blah, Blah, Lorem Ipsum, Abracadabra, Bang Bang!
 +
<hr>
 +
<div class = "dutchyTwoColumns">
 +
<!-- 2 Columns in here! -->
 +
Lorem Ipsum some more. This is long enough to show up in two columns, really it is. It looks better when there is not just the bare minimum, though.
 +
<!-- 2 Columns stop here! -->
 +
</div>
 +
 
<!-- Content end here -->
 
<!-- Content end here -->
 
</div>
 
</div>

Revision as of 05:58, 9 March 2014



Blah, Blah, Blah, Lorem Ipsum, Abracadabra, Bang Bang!


Lorem Ipsum some more. This is long enough to show up in two columns, really it is. It looks better when there is not just the bare minimum, though.