diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 13 | 
1 files changed, 13 insertions, 0 deletions
| @@ -34,3 +34,16 @@ a {  footer {  	text-align: center;  } + +.column { +  box-sizing: border-box; +  float: left; +  width: 50%; +  padding: 10px; +} + +.row:after { +  content: ""; +  display: table; +  clear: both; +} | 
