WEBLEB
Accueil
Éditeur
Connexion
Pro
Français
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Système de connexion HTML et CSS
827
sirenapari
Ouvrir dans l'éditeur
Publiez votre code
Recommandé
6 November 2024
Transformer : mettre à l'échelle
15 October 2024
À propos de la page
20 May 2025
Un code de Gregory
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) */