WEBLEB
Accueil
Éditeur
Connexion
Pro
Français
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Formulaire de connexion simple
6941
Landing-page
Publiez votre code
Recommandé
28 December 2024
Un code par staticdata256
22 August 2025
Blogium : Modèle HTML de blog sur la technologie, le design et la vie
25 September 2023
Effet de bouton bubble
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