diff --git a/box-model1.html b/box-model1.html
index 4dc0c72..6ae3d0c 100644
--- a/box-model1.html
+++ b/box-model1.html
@@ -1,57 +1,19 @@
-
+
-
-
-
-
-
-
-
-
+
+
+ Box Model 1
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The quickest of brown foxes.
-
-
-
-
-
-
-
-
-
+
+ Box Model Visual
+
-
-
-
\ No newline at end of file
diff --git a/box-model2.html b/box-model2.html
index 4dc0c72..d2b1326 100644
--- a/box-model2.html
+++ b/box-model2.html
@@ -1,57 +1,88 @@
-
+
+
+
+
+ Title of the page
+
+
+
+ Box Model Visual
+
+
+ Inner DIV
+
+
+
+ Inner DIV2
+
+
+
+
+
+ Inner DIV3
+
+
+
+ Inner DIV4
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The quickest of brown foxes.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/login-registration.html b/login-registration.html
new file mode 100644
index 0000000..5b3450a
--- /dev/null
+++ b/login-registration.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+ Portal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..790e83d
--- /dev/null
+++ b/style.css
@@ -0,0 +1,52 @@
+.green-circle{
+ width:20%;
+ height:20%;
+ background-color: green;
+ box-shadow: grey;
+ align-content: center;
+ border-radius: 100px;
+ margin: 0 auto;
+ box-shadow: 5px 5px 5px 5px rgba(0,0,0,.5);
+}
+
+#user-icon{
+ margin: 0 auto;
+}
+
+#form-container{
+ background-color: beige;
+ position: relative;
+ margin: 0 auto;
+ height: 100%;
+}
+
+.form-text-field{
+ font-size: 2em;
+ background-color: lightgrey;
+ height: 35px;
+ width:200px;
+ display: block;
+ margin: 0 auto;
+}
+
+.form-button{
+ font-size: 1em;
+ background-color: cyan;
+ color: white;
+ height: 35px;
+ width: 200px;
+ display: block;
+ margin: 0 auto;
+}
+
+#title-icon{
+ background-color: beige;
+}
+
+#center-content{
+ background-color: beige;
+ height: 350px;
+ width: 300px;
+ margin: 0 auto;
+ box-shadow: 5px 10px 10px 10px rgba(0,0,0,.5);
+}
\ No newline at end of file