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 | |
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
-rw-r--r-- | csci4131/hw3/myContacts.html | 5 | ||||
-rw-r--r-- | csci4131/hw3/style.css | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/csci4131/hw3/myContacts.html b/csci4131/hw3/myContacts.html index f9f2444..6981209 100644 --- a/csci4131/hw3/myContacts.html +++ b/csci4131/hw3/myContacts.html @@ -87,9 +87,10 @@ <option value="Parking">Parking</option> <option value="Groceries">Grocery Stores</option> <option value="Other">Other</option> - </select> + </select><br> + <input type="text" id="others" name="other" minlength="1"> </div> - <div id="transit" class="inputBox">g</div> + <div id="transit" class="inputBox">TRANSIT PLACEHOLDER</div> </span> </span> 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; |