diff --git a/Login page/image/view.jpg b/Login page/image/view.jpg new file mode 100644 index 0000000..10aeafc Binary files /dev/null and b/Login page/image/view.jpg differ diff --git a/Login page/login.html b/Login page/login.html new file mode 100644 index 0000000..dc5d413 --- /dev/null +++ b/Login page/login.html @@ -0,0 +1,58 @@ + + + + Login page + + + + + + + + +
+ +
+
+ +
+ + + +
+ +
+ + + +
+ +
+ +
+ +
+ +
+ +
+ +

+ Register Now! + Forgot password? +

+ +
+
+
+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/Login page/style2.css b/Login page/style2.css new file mode 100644 index 0000000..33a5824 --- /dev/null +++ b/Login page/style2.css @@ -0,0 +1,51 @@ +body { + text-align: center; + width: 100%; + margin-top: 170px; + padding: 0px; + background-color: orange; +} + +.wrapper { + margin: 0 auto; + padding: 0px; + text-align: center; + width: 995px; +} + +.login_div { + background-color: white; + padding: 20px; + max-width: 300px; + margin-left: 345px; +} + +.login_div button { + text-decoration: none; + background-color: blue; + color: white; + font-family: cosmic, sans-serif; + text-align: center; + border: 2px solid white; + border-radius: 10px; + transition: 0.5s; + width: 100%; +} + +.login_div button hover { + background-color: black; + color: orange; + border: none; + border-bottom: 4px solid orange; + transition: 0.5s; +} + +.login_div .register { + margin-top: 20px; + float: left; +} + +.login_div .forgot { + margin-top: 20px; + float: right; +} \ No newline at end of file