Added page scripts and styles

This commit is contained in:
Will Bamberg
2017-01-20 17:58:12 -08:00
parent c14efa00d1
commit 49dddba366
3 changed files with 54 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
#output {
border: 1px solid blue;
padding: 1em;
margin: 1em;
clear: both;
}
#wrap {
width:600px;
margin:0 auto;
}
#left-column {
float:left;
width:300px;
}
#right-column {
float:right;
width:300px;
}
input {
margin: 0.5em;
}