diff options
Diffstat (limited to '')
-rw-r--r-- | csci4131/hw3/style.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/csci4131/hw3/style.css b/csci4131/hw3/style.css index aec2316..aa9ae2c 100644 --- a/csci4131/hw3/style.css +++ b/csci4131/hw3/style.css @@ -50,12 +50,11 @@ tr:nth-child(odd) { 100%{ transform:rotate(1turn) } } #map { - float: left; clear: both; + float: left; padding-top: 30%; margin-top: 1em; margin-left: .2em; - position: bottom; width: 60%; height: 30%; max-height: 40%; @@ -75,8 +74,7 @@ tr:nth-child(odd) { float: right; clear: both; border: 1px solid black; - width: 30%; - margin-right: 0; + width: 32%; } .inputBox:nth-child(even) { background-color:blanchedalmond; |