WEBLEB
Home
Editor
Accedi
Pro
Italiano
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Sistema di accesso HTML e CSS
1387
sirenapari
Apri nell'Editor
Video
Pubblica il Tuo Codice
0
Consigliato
25 June 2025
Modulo di accesso e registrazione con sfondo 3D
6 September 2025
Struttura HTML della barra di avanzamento animata CSS
20 September 2025
Animazione di caricamento CSS Spinner
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) */