From 706ab87d2770115cf48e02aa4e1f9756d21db213 Mon Sep 17 00:00:00 2001 From: David Frary Date: Tue, 23 Jun 2020 15:16:53 -0400 Subject: [PATCH 1/3] finished edits on 'index.html' --- box-model1.html | 20 ++++-------- box-model2.html | 86 +++++++++++++++++++++++++++++++++++++++++++------ css/style.css | 2 +- index.html | 5 +-- 4 files changed, 87 insertions(+), 26 deletions(-) diff --git a/box-model1.html b/box-model1.html index 4dc0c72..03ee125 100644 --- a/box-model1.html +++ b/box-model1.html @@ -17,26 +17,18 @@ - - - - - - - - - - - - +

Box Model Visual

+
+
+ Inner div +
+
- The quickest of brown foxes. - diff --git a/box-model2.html b/box-model2.html index 4dc0c72..0b61693 100644 --- a/box-model2.html +++ b/box-model2.html @@ -18,14 +18,83 @@ - - - - - - - - +

Box Model Visual

+
+
+ Inner div +
+ +
+ Inner div2 +
+
+ + +
+ +
+Inner div +
+ +
+ Inner div2 +
+ +
@@ -35,7 +104,6 @@ - The quickest of brown foxes. diff --git a/css/style.css b/css/style.css index d17d83a..fa42c31 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,5 @@ body { - background-color: navy; + background-color: white; } diff --git a/index.html b/index.html index 4dc0c72..f101efa 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,9 @@ - +Box Model 1 +
+Box Model 2 @@ -35,7 +37,6 @@ - The quickest of brown foxes. From e160d927a1548937332154e2322b0bdf65bc1673 Mon Sep 17 00:00:00 2001 From: David Frary Date: Tue, 23 Jun 2020 16:08:46 -0400 Subject: [PATCH 2/3] finished edits on 'index.html' --- css/style2.css | 9 +++++ login-interface.html | 83 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 css/style2.css create mode 100644 login-interface.html diff --git a/css/style2.css b/css/style2.css new file mode 100644 index 0000000..193da3e --- /dev/null +++ b/css/style2.css @@ -0,0 +1,9 @@ +body { + background-color: #B6DB49; +} + + +object { + height: 100vh; + width: 100vh; +} diff --git a/login-interface.html b/login-interface.html new file mode 100644 index 0000000..9b984e8 --- /dev/null +++ b/login-interface.html @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Inner div +
+ +
+ Inner div2 +
+
+ + + + + + +
+ + +
+ + + + + + + + + \ No newline at end of file From 362a159ec34d616f1b35647a172c6b245b34b314 Mon Sep 17 00:00:00 2001 From: David Frary Date: Tue, 23 Jun 2020 16:41:07 -0400 Subject: [PATCH 3/3] finished edits on 'index.html' --- css/style2.css | 1 + login-interface.html | 54 +++++++++++++++++++++++++------------------- 2 files changed, 32 insertions(+), 23 deletions(-) diff --git a/css/style2.css b/css/style2.css index 193da3e..0ab568f 100644 --- a/css/style2.css +++ b/css/style2.css @@ -3,6 +3,7 @@ body { } + object { height: 100vh; width: 100vh; diff --git a/login-interface.html b/login-interface.html index 9b984e8..d68c5de 100644 --- a/login-interface.html +++ b/login-interface.html @@ -19,53 +19,61 @@ - - - +
+User Login +
+Username +
- Inner div + Password
- Inner div2 + Login
- - -