From e72ad5b89b1737213d15e80b4dba39e2b71e1fd7 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Mon, 22 Feb 2021 22:32:53 -0600 Subject: I don't like JavaScript --- csci4131/hw3/style.css | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'csci4131/hw3/style.css') 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; -- cgit v1.2.3