WEBLEB
Início
Editor
Entrar
Pro
Português
English
Français
Español
Português
Deutsch
Italiano
हिंदी
6945
Landing-page
Publique Seu Código
Recomendado
1 March 2025
Modelo HTML CSS para site de desenvolvedor
21 August 2025
Contêiner de animação CSS com contagem regressiva
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