diff options
Diffstat (limited to '')
-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; |