aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw3/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'csci4131/hw3/style.css')
-rw-r--r--csci4131/hw3/style.css27
1 files changed, 25 insertions, 2 deletions
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 {