aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw3/style.css
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-02-22 22:32:53 -0600
committerRossTheRoss <mstrapp@protonmail.com>2021-02-22 22:32:53 -0600
commite72ad5b89b1737213d15e80b4dba39e2b71e1fd7 (patch)
treed6c980dc8bc237455fc39a7353d377fee638044b /csci4131/hw3/style.css
parentaaaaaaaaaaaaa (diff)
downloadhomework-e72ad5b89b1737213d15e80b4dba39e2b71e1fd7.tar
homework-e72ad5b89b1737213d15e80b4dba39e2b71e1fd7.tar.gz
homework-e72ad5b89b1737213d15e80b4dba39e2b71e1fd7.tar.bz2
homework-e72ad5b89b1737213d15e80b4dba39e2b71e1fd7.tar.lz
homework-e72ad5b89b1737213d15e80b4dba39e2b71e1fd7.tar.xz
homework-e72ad5b89b1737213d15e80b4dba39e2b71e1fd7.tar.zst
homework-e72ad5b89b1737213d15e80b4dba39e2b71e1fd7.zip
I don't like JavaScript
Diffstat (limited to 'csci4131/hw3/style.css')
-rw-r--r--csci4131/hw3/style.css24
1 files changed, 16 insertions, 8 deletions
diff --git a/csci4131/hw3/style.css b/csci4131/hw3/style.css
index 970ef9b..a4e9ec2 100644
--- a/csci4131/hw3/style.css
+++ b/csci4131/hw3/style.css
@@ -8,16 +8,17 @@ body {
background-color: white;
border-collapse: separate;
}
+
/* Contacts */
table, th, td {
- max-width: 70%;
+ max-width: 80%;
overflow-x:auto;
border: 1px solid black;
border-collapse: collapse;
}
table {
float:left;
- max-width: 50%;
+ max-width: 60%;
}
tr:nth-child(even) {
background-color:blanchedalmond;
@@ -31,20 +32,27 @@ tr:nth-child(odd) {
}
.large {
float: right;
- max-width:max-content
+ max-width: max-content;
}
#bigboi {
width: 25em;
height: 15em;
object-fit: cover;
+ margin-right: 0;
}
#map {
- height: 50%;
- margin-left: 10%;
- margin-right: 10%;
- margin-top: 10%;
- float: bottom;
+ padding-top: 30%;
+ margin-top: 25em;
+ margin-left: .2em;
+ position: bottom;
+ width: 60%;
+ height: 30%;
+ max-height: 40%;
+}
+.id {
+ text-align: center;
}
+
/* Form */
.Form {
background-color: whitesmoke;