Difference between revisions of "Template:Groningen/CSS matthijs"

(Created page with "<html> <style> .row { display: flex; } .column { flex: 50%; } </style> </html>")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
.row {
+
.column_m {
     display: flex;
+
     float: left;
 +
    width: 50%;
 
}
 
}
  
.column {
+
/* Clear floats after the columns */
     flex: 50%;
+
.row_m:after {
 +
     content: "";
 +
    display: table;
 +
    clear: both;
 
}
 
}
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 16:51, 16 October 2018