diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -22,12 +22,12 @@ body { font-size: 150%; } -.col { +.col5 { float: left; width: 50%; } -.col1 { +.col8 { float: left; width: 80%; } @@ -55,3 +55,7 @@ body { margin-top: 200px; } +table, th, td { + border: 1px solid black; +} + |