From 2c6ad161f6efe6d179d921f89bf88d8fb8e534a2 Mon Sep 17 00:00:00 2001 From: AnjaliG927 Date: Tue, 23 Jun 2020 12:10:46 -0400 Subject: [PATCH 1/4] updated box-model1 --- box-model1.html | 17 ++++++++++++++++- css/style.css | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/box-model1.html b/box-model1.html index 4dc0c72..432c0c1 100644 --- a/box-model1.html +++ b/box-model1.html @@ -35,7 +35,22 @@ - The quickest of brown foxes. + +

Box Model Visual

+
+ + +
+ Inner div +
+
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; } From 4de18589531b7ef5c03cedef57c5703d551c0fb2 Mon Sep 17 00:00:00 2001 From: AnjaliG927 Date: Tue, 23 Jun 2020 13:37:04 -0400 Subject: [PATCH 2/4] updated box-model2 --- box-model2.html | 76 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/box-model2.html b/box-model2.html index 4dc0c72..ce43402 100644 --- a/box-model2.html +++ b/box-model2.html @@ -35,7 +35,81 @@ - The quickest of brown foxes. + +

Box Model Visual

+
+
+ Inner div +
+ +
+ Inner div2 +
+
+
+
+ Inner div +
+ +
+ Inner div2 +
+
+ From 0294552dc7cffa097d45d1f741802fb515f004b8 Mon Sep 17 00:00:00 2001 From: AnjaliG927 Date: Tue, 23 Jun 2020 13:42:28 -0400 Subject: [PATCH 3/4] updated index html --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4dc0c72..e1e08d5 100644 --- a/index.html +++ b/index.html @@ -35,8 +35,9 @@ - The quickest of brown foxes. - + Click here for + Box Model1 + Box Model2 From 6e768e5ec665d5b3dcae25b1e258d1a92d171390 Mon Sep 17 00:00:00 2001 From: AnjaliG927 Date: Tue, 23 Jun 2020 16:17:03 -0400 Subject: [PATCH 4/4] Login page --- css/style-login.css | 41 +++++++++++++++++++++++++++++++++++++++++ login-interface.html | 17 +++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 css/style-login.css create mode 100644 login-interface.html diff --git a/css/style-login.css b/css/style-login.css new file mode 100644 index 0000000..4a0d7d5 --- /dev/null +++ b/css/style-login.css @@ -0,0 +1,41 @@ +body { + background-color:greenyellow; +} + +.container { + background-color:white; + height:350px; + width: 250px; + text-align: center; + position: absolute; + left: 40%; + top:25%; + box-shadow: 10px 10px 5px grey; + + +} +div div{ + margin-top: 20px; + +} + +#userform{ + background-color: lightgray; + border: none; + text-align: center; +} +#button{ + align-items: center; + background-color: turquoise; + color: white; + border: none; + width: 75px; +} +a{ + color:red; +} + +object { + height: 100vh; + width: 100vh; +} diff --git a/login-interface.html b/login-interface.html new file mode 100644 index 0000000..f528638 --- /dev/null +++ b/login-interface.html @@ -0,0 +1,17 @@ + + + + + + + + +
+

User Login

+
+
+

+ +
+ + \ No newline at end of file