From f9851bb87eb62a1d8adf35a8db5df531abbe098d Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 23 Feb 2021 17:40:36 -0600 Subject: aaaaaaaaaaaaaaaa --- csci4131/hw3/style.css | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'csci4131/hw3/style.css') diff --git a/csci4131/hw3/style.css b/csci4131/hw3/style.css index 3617820..aec2316 100644 --- a/csci4131/hw3/style.css +++ b/csci4131/hw3/style.css @@ -47,11 +47,13 @@ tr:nth-child(odd) { animation-play-state: paused; } @keyframes rotate{ - 100%{ transform:rotate(1turn) } // or 360deg + 100%{ transform:rotate(1turn) } } #map { + float: left; + clear: both; padding-top: 30%; - margin-top: 25em; + margin-top: 1em; margin-left: .2em; position: bottom; width: 60%; @@ -61,6 +63,27 @@ tr:nth-child(odd) { .id { text-align: center; } +#GooglyMap { + overflow: hidden; + display: inline-block; + position: absolute; +} +#SearchPoints { + margin-bottom: 80em; +} +.inputBox { + float: right; + clear: both; + border: 1px solid black; + width: 30%; + margin-right: 0; +} +.inputBox:nth-child(even) { + background-color:blanchedalmond; +} +.inputBox:nth-child(odd) { + background-color: burlywood; +} /* Form */ .Form { -- cgit v1.2.3