diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-02-23 18:20:23 -0600 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-02-23 18:20:23 -0600 |
commit | cfa8ffe7e054c5ab0cbe6c72308c42b9559b579d (patch) | |
tree | d3ebb433dcc1fb61f426b3f47273a112b0c6cdf1 /csci4131/hw3/style.css | |
parent | aaaaaaaaaaaaaaaa (diff) | |
download | homework-cfa8ffe7e054c5ab0cbe6c72308c42b9559b579d.tar homework-cfa8ffe7e054c5ab0cbe6c72308c42b9559b579d.tar.gz homework-cfa8ffe7e054c5ab0cbe6c72308c42b9559b579d.tar.bz2 homework-cfa8ffe7e054c5ab0cbe6c72308c42b9559b579d.tar.lz homework-cfa8ffe7e054c5ab0cbe6c72308c42b9559b579d.tar.xz homework-cfa8ffe7e054c5ab0cbe6c72308c42b9559b579d.tar.zst homework-cfa8ffe7e054c5ab0cbe6c72308c42b9559b579d.zip |
brolken
Diffstat (limited to 'csci4131/hw3/style.css')
-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; |