WEBLEB
होम
संपादक
लॉग इन करें
Pro
हिंदी
English
Français
Español
Português
Deutsch
Italiano
हिंदी
सिम्पल लॉगिन फॉर्म
6813
Landing-page
अपना कोड प्रकाशित करें
अनुशंसित
23 August 2025
लॉगिन पृष्ठ HTML: फ़िंगरप्रिंट प्रमाणीकरण के साथ मैट्रिक्स थीम
23 August 2025
पासवर्ड टॉगल के साथ HTML लॉगिन फ़ॉर्म
27 February 2024
सिम्पल एचटीएमएल सीएसएस बटन
index.html
Copy
Webleb
Login
Sign in to your account.
Forget Password?
styles.css
Copy
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400"); body, html { font-family: "Source Sans Pro", sans-serif; background: #2ebf91; padding: 0; margin: 0; } .container { text-align: center; background: #2c3338; border-radius: 9px; border-top: 10px solid #0c787d; border-bottom: 10px solid #0c787d; width: 400px; height: 500px; } .box h4 { font-family: "Source Sans Pro", sans-serif; color:#129aa1; font-size: 20px; margin-top: 94px; } .box h4 span { color: #dfdeee; font-weight: lighter; } .box h5 { font-family: "Source Sans Pro", sans-serif; font-size: 13px; color: #a1a4ad; letter-spacing: 1.5px; margin-top: -15px; margin-bottom: 70px; } .box input[type="text"], .box input[type="password"] { display: block; margin: 20px auto; background-color: #3b4148; border: 0; border-radius: 5px; padding: 14px 10px; width: 320px; outline: 0; color: #a9a9a9; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } ::-webkit-input-placeholder { color: #565f79; } .box input[type="text"]:focus, .box input[type="password"]:focus { border: 1px solid #79a6fe; } a { color:#129aa1; text-decoration: none; } .btn1 { border: 0; background: #0c787d; color: #dfdeee; border-radius: 7px; width: 340px; height: 49px; font-size: 16px; transition: 0.3s; cursor: pointer; margin-top: 20px; } .btn1:hover { background: #129aa1; } .forgetpass { position: relative; float: right; right: 28px; }
main.js
Copy
//Nothing to copy