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/css/style2.css b/css/style2.css new file mode 100644 index 0000000..0ab568f --- /dev/null +++ b/css/style2.css @@ -0,0 +1,10 @@ +body { + background-color: #B6DB49; +} + + + +object { + height: 100vh; + width: 100vh; +} 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. diff --git a/login-interface.html b/login-interface.html new file mode 100644 index 0000000..d68c5de --- /dev/null +++ b/login-interface.html @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+User Login +
+Username +
+
+ Password +
+ +
+ Login +
+
+ + + + + + + + + + + + + \ No newline at end of file