WEBLEB
होम
संपादक
लॉग इन करें
Pro
हिंदी
English
Français
Español
Português
Deutsch
Italiano
हिंदी
लॉगिन पासवर्ड
1535
cleancloud166
संपादक में खोलें
अपना कोड प्रकाशित करें
अनुशंसित
21 July 2025
3D लॉगिन साइनअप बॉक्स HTML CSS डिज़ाइन
16 July 2025
ग्लासमॉर्फिक लॉगिन फ़ॉर्म
20 August 2025
लॉगिन और पंजीकरण फ़ॉर्म HTML CSS टेम्पलेट
HTML
Copy
Andev web
mambetov
Login password
CSS
Copy
* { font-family: "Poppins", sans-serif; } body { background-color: black; background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; /* background-image: url(./xaycNDmeyxpHDrPqU6LmaD-1200-80.jpg); */ } .box { display: flex; justify-content: center; align-items: center; min-height: 90vh; } .container { width: 350px; display: flex; flex-direction: column; padding: 0 15px 0 15px; border: solid rgb(9, 232, 61); height: 400px; border-radius: 20px; } span { color: #fff; font-size: small; display: flex; justify-content: center; padding: 10px 0 15px 0; } header { color: #fff; font-size: 30px; display: flex; justify-content: center; padding: 0 0 15px 0; } .input-field { display: flex; flex-direction: column; margin-bottom: 15px; } .input-field .input { height: 45px; width: 87%; border: none; outline: none; border-radius: 30px; color: #fff; padding: 0 0 0 42px; background: rgba(255, 255, 255, 0.1); } i { position: relative; top: -31px; left: 17px; color: #fff; } ::-webkit-input-placeholder { color: #fff; } .submit { border: none; border-radius: 30px; font-size: 15px; height: 45px; outline: none; width: 100%; background: rgba(255, 255, 255, 0.7); cursor: pointer; transition: 0.3s; } .submit:hover { box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.2); } .bottom { display: flex; flex-direction: row; justify-content: space-between; font-size: small; color: #fff; margin-top: 10px; } .left { display: flex; } label a { color: #fff; text-decoration: none; } <!-- Replace with your HTML Code (Leave empty if not needed) -->
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */