aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style.css b/style.css
index a02aae1..7b0958b 100644
--- a/style.css
+++ b/style.css
@@ -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;
+}
+