Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Custom form Floating labels - bootstrap 5.1.3"
Bootstrap 4.1.1 Snippet by
BrCodeSnippets
4.1.1
Preview
HTML
CSS
View Full Screen
Fork
Fork this
607
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="pt-br" dir="ltr"> <head> <meta charset="utf-8"> <title>Form bootstrap 5 -no border</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <style media="screen"> .form-control, .form-select { border: 0; } .form-control:focus, .form-select:focus { -webkit-box-shadow: none; box-shadow: none; } .bg-form { background-color: #383434 ; } .bg-button-submit { background-color: #282828 ; } </style> </head> <body> <!-- created by @BrCodeSnippets --> <div class="container mt-3 pt-3"> <div class="row"> <div class="col-12"> <div class="card p-3 bg-form"> <form class="row g-3"> <div class="col-12"> <h1 class="text-center fw-bolder text-white mt-3">Form bootstrap 5 - Floating labels</h1> <hr> </div> <div class="col-12"> <div class="p-3 mb-3 text-white fw-bolder fs-3 border-5 border-start"> Cadastre-se </div> </div> <div class="col-12"> <div class="form-floating"> <input type="text" autocomplete="off" class="form-control bg-light " id="inputName" placeholder="Name"> <label for="inputName">Name</label> </div> </div> <div class="col-12 col-md-6"> <div class="form-floating"> <input type="email" class="form-control bg-light " id="inputEmail4" placeholder="Informe seu e-mail"> <label for="inputEmail4">Email address</label> </div> </div> <div class="col-md-6"> <div class="form-floating"> <input type="password" class="form-control bg-light border-0 " id="inputPassword4" placeholder="Informe uma senha segura"> <label for="inputPassword4" class="form-label">Password</label> </div> </div> <div class="col-12"> <div class="form-floating"> <input type="text" class="form-control bg-light " id="inputAddress" placeholder="1234 Main St"> <label for="inputAddress" class="form-label">Address</label> </div> </div> <div class="col-md-6"> <div class="form-floating"> <input type="text" class="form-control bg-light " id="inputCity" placeholder="Cidade"> <label for="inputCity" class="form-label">City</label> </div> </div> <div class="col-md-4"> <div class="form-floating"> <select id="inputState" class="form-select bg-light"> <option selected>Choose...</option> <option>...</option> </select> <label for="inputState" class="form-label">State</label> </div> </div> <div class="col-md-2"> <div class="form-floating"> <input type="text" class="form-control bg-light" id="inputZip" placeholder="Cep"> <label for="inputZip" class="form-label">CEP</label> </div> </div> <div class="col-12"> <div class="form-floating"> <textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea" style="height:100px"></textarea> <label for="floatingTextarea">Comments</label> </div> </div> <div class="col-12"> <div class="form-check"> <input class="form-check-input" type="checkbox" id="gridCheck"> <label class="form-check-label shadow-sm text-white" for="gridCheck"> Concordo com os termos. </label> </div> </div> <div class="col-12 text-end"> <button type="submit" class="btn bg-button-submit w-100 bg-gradient p-3 text-center mb-2 text-white fw-bolder fs-3">Salvar</button> <a href="#" class="text-primary shadow-sm">Precisa de ajuda? Clique aqui</a> </div> </form> </div> </div> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> </body> </html>
.form-control, .form-select { border: 0; } .form-control:focus, .form-select:focus { -webkit-box-shadow: none; box-shadow: none; } .bg-form { background-color: #383434 ; } .bg-button-submit { background-color: #282828 ; }
Related:
See More
Template
Paper Kit 2 PRO
463.3K
45
login-form
170.7K
18
Login Form
142.1K
51
Contact Form
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76