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
+
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
+
+
+
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/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..e1e08d5 100644
--- a/index.html
+++ b/index.html
@@ -35,8 +35,9 @@
- The quickest of brown foxes.
-
+ Click here for
+ Box Model1
+ Box Model2
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 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file