From 76e433c7225d5e0394c449bed000b2a44e9b6f64 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Fri, 12 Feb 2021 16:50:26 -0600 Subject: Finish Web --- csci4131/hw2/strap012/MyForm.html | 14 +++++++------- csci4131/hw2/strap012/myWidgets.html | 14 +++++++------- csci4131/hw2/strap012/style.css | 30 ++++++++++++++++++------------ 3 files changed, 32 insertions(+), 26 deletions(-) (limited to 'csci4131') diff --git a/csci4131/hw2/strap012/MyForm.html b/csci4131/hw2/strap012/MyForm.html index 2bf0273..261d8df 100644 --- a/csci4131/hw2/strap012/MyForm.html +++ b/csci4131/hw2/strap012/MyForm.html @@ -18,28 +18,28 @@

Simple Form

-

+

diff --git a/csci4131/hw2/strap012/myWidgets.html b/csci4131/hw2/strap012/myWidgets.html index 301cbd6..79fc15e 100644 --- a/csci4131/hw2/strap012/myWidgets.html +++ b/csci4131/hw2/strap012/myWidgets.html @@ -20,13 +20,13 @@

-
+
+ viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink"> @@ -66,7 +66,7 @@
+ style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:600; line-height:18px;"> View this post on Instagram
@@ -121,8 +121,8 @@
-
- + diff --git a/csci4131/hw2/strap012/style.css b/csci4131/hw2/strap012/style.css index 8b92eaa..1f03947 100644 --- a/csci4131/hw2/strap012/style.css +++ b/csci4131/hw2/strap012/style.css @@ -1,11 +1,17 @@ +body { + background-color:antiquewhite; +} + .linkTable { border: 1px solid black; margin-left: 20px; background-color: white; + border-collapse: separate; } -label { - color: black; +.smol { + max-height: 100%; + width: 6em; } #bigboi { @@ -14,20 +20,22 @@ label { max-width: 28%; } -.smol { - max-height: 100%; - width: 6em; +.Form { + background-color: whitesmoke; + padding-left: 5%; + max-width: 15%; } .grid { + align-content: center; display: inline-grid; - grid-template-columns: auto auto auto; - grid-gap: 2%; + grid-template-columns: 40% 40%; + grid-template-rows: 30%; + gap: .1em 10%; } .griditem { - align-content: center; - padding: 1%; + padding: 10%; } table, th, td { @@ -50,6 +58,4 @@ iframe { border: 0px; } -body { - background-color:antiquewhite; -} + -- cgit v1.2.3