From ac0c525a61ca7fb250b17dce8d3843633260febf Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 23 Jun 2020 13:31:39 -0400 Subject: [PATCH 1/2] Updated index and box models 1 and 2 --- box-model1.html | 47 +++--------- box-model2.html | 187 ++++++++++++++++++++++++++++++++++++++++-------- index.html | 64 ++++++++++++++++- 3 files changed, 229 insertions(+), 69 deletions(-) diff --git a/box-model1.html b/box-model1.html index 4dc0c72..fb1ac00 100644 --- a/box-model1.html +++ b/box-model1.html @@ -14,44 +14,17 @@ - - - - - - - - - - - - + +

Box Model Visual

+
+
+ Inner DIV +
+
- - - - - - - - The quickest of brown foxes. - - - - - - - - - - - - - - + + + \ No newline at end of file diff --git a/box-model2.html b/box-model2.html index 4dc0c72..641fb2a 100644 --- a/box-model2.html +++ b/box-model2.html @@ -1,57 +1,182 @@ - - - - - - - - - + - - - - - - + + + Title of the page + + +

Box Model Visual

+
+ +
+ + Inner DIV 1 + +
+ + + +
+ + Inner DIV 2 + +
+ +
+ +

+ +

+ + +
+ +
+ + Inner div + +
+ + + +
+ + Inner DIV 2 + +
+
+

+

+

+
+
+
- - - - - - - - + + \ No newline at end of file diff --git a/index.html b/index.html index 4dc0c72..3e0ea64 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,39 @@ + + + + + + + + + + + + + + + + + + @@ -24,34 +42,78 @@ + + + + + + + + + + + + + + + + + +

+Example 1 +

+

+ Example 2 +

+ The quickest of brown foxes. + + + + + + + + + + + + + + - \ No newline at end of file + + + + From 24d4a569a35178abf3fb13c5948616d3e457c2e9 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 23 Jun 2020 14:23:03 -0400 Subject: [PATCH 2/2] Added 'login-interface.html' --- login-interface.html | 86 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 login-interface.html diff --git a/login-interface.html b/login-interface.html new file mode 100644 index 0000000..15e4641 --- /dev/null +++ b/login-interface.html @@ -0,0 +1,86 @@ + + + + + + + + + Login Interface + + + + +

Login Interface

+ +
+ +
+ + User Login +

Username

+ +

Password

+ +

LOGIN

+ +

Forgot password?

+ + +
+ +
+ + + + \ No newline at end of file