From cfa8ffe7e054c5ab0cbe6c72308c42b9559b579d Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 23 Feb 2021 18:20:23 -0600 Subject: brolken --- csci4131/hw3/myContacts.html | 5 +++-- csci4131/hw3/style.css | 6 ++---- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'csci4131/hw3') 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 @@ - +
+ -
g
+
TRANSIT PLACEHOLDER
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; -- cgit v1.2.3