diff --git a/box-model1.html b/box-model1.html index 4dc0c72..b8452bd 100644 --- a/box-model1.html +++ b/box-model1.html @@ -4,7 +4,9 @@ - + + + @@ -32,12 +34,25 @@ - - - - The quickest of brown foxes. - + + + + +

Box Model Visual

+
+
+ Inner div +
+
diff --git a/box-model2.html b/box-model2.html index 4dc0c72..3c7b845 100644 --- a/box-model2.html +++ b/box-model2.html @@ -4,13 +4,14 @@ - + + + - @@ -32,10 +33,86 @@ - - - The quickest of brown foxes. + + + + +

Box Model Visual

+
+ +
+ Inner div 1 +
+ +
+ Inner div2 +
+
+ +
+
+ Inner div +
+ +
+ Inner div2 +
+
diff --git a/css/style.css b/css/style.css index d17d83a..a8d8b8d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,9 +1,70 @@ -body { - background-color: navy; +@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap'); + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.container { + top: 0; + bottom: 0; + margin: 10% auto; + width: 400px; + height: 600px; + position: relative; } +img { + position: absolute; + width: 200px; + height: 200px; + margin: -120px 50px 0 120px; +} + +.inputs { + background-color: rgb(187, 187, 187); + width: 450px; + height: 500px; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + border: 2px solid #63EFFF; + border-radius: 20px; + box-shadow: 20px 30px 30px rgb(187, 187, 187); + font-family: 'Poppins', sans-serif; +} -object { - height: 100vh; - width: 100vh; +input { + font-size: 30px; + font-size: 200; + margin: 20px 0; + padding: 5px; + border-radius: 200px; + border: 1px solid #63EFFF; + text-align: center; } + +.btn { + width: 75%; + background-color: #63EFFF; + border: 1px solid rgb(112, 112, 112); + padding: 0; + color: white; + font-family: 'Poppins', sans-serif; +} + +.btn:hover { + background-color:white; + border: 1px solid #63EFFF; + color: rgb(112, 112, 112); +} + +h1 { + margin-bottom: 10px; + font-size: 40px; + font-weight: 100; + color:#63EFFF; + font-family: 'Poppins', sans-serif; +} \ No newline at end of file diff --git a/img/undraw_male_avatar_323b.svg b/img/undraw_male_avatar_323b.svg new file mode 100644 index 0000000..a05ed8c --- /dev/null +++ b/img/undraw_male_avatar_323b.svg @@ -0,0 +1 @@ +male_avatar \ No newline at end of file diff --git a/index.html b/index.html index 4dc0c72..d5bf0d9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,9 @@ - + + + @@ -32,11 +34,16 @@ - - - The quickest of brown foxes. + + +
+

Login Page

+ Box Model 1 +
Box Model 2 +
Login Page +
diff --git a/login_page.html b/login_page.html new file mode 100644 index 0000000..5c01545 --- /dev/null +++ b/login_page.html @@ -0,0 +1,23 @@ + + + + + + Login Page + + + + +
+ Profile Picture +
+

User Login

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