WEBLEB
Home
Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
HTML & CSS Login System
412
sirenapari
Open In Editor
Publish Your Code
Recommended
16 March 2024
Side Menu Code HTML
26 February 2025
HTML CSS Developer Landing Page
7 May 2025
Client Testimonials Section - Clean HTML & CSS Design
HTML
Copy
Login System
Home
About Us
Contanct Us
Login
Please Enter Your details to Login
Login
CSS
Copy
body{ background-color:rgb(255, 255, 255); margin: 0; } .subContainer{ background-color: #1e5470; display: flex; } ul{ display: flex; } li{ padding: 0px; margin: 0; list-style-type: none; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; } li a{ text-decoration: none; font-size: 18px; color: #fff; padding: 16px; margin: 4px; } a:hover{ background-color: #eed3f6; color: #1e5470; } .mainContainer{ margin: 60px auto; background-color: #1e547023; width: 340px; border: 1px solid #1e547023; border-radius: 10px; box-shadow: 1px solid rgba(19, 19, 19, 0.3); } .loginmainCont{ padding: 30px 20px; } .unorderedcont{ margin: 18px 4px; } #email{ } #pswd, #email{ width: 260px; margin: 5px; padding: 12px 16px; border:1px solid #1e5470; border-radius: 20px; } #button{ width: 290px; margin: 26px 0; padding: 14px 4px; font-family: 'Times New Roman', serif; font-size: 16px; background-color: #1e5470; color: #fff; border: 0 solid #1e5470; border-radius: 6px; } i{ padding: 6px; font-size: 16px; color: #fff; } h3{ color: #1e5470; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */