Forms Bootstrap 5Free+ CSS
Add a form to your UI with Login & Signup UI design with awesome placeholder. Free Bootstrap 5 code — HTML & CSS ready to copy, MIT licensed.
4.4k views56 downloads
gosnippets.com/preview/login-&-signup-ui-design-with-awesome-placeholder
Source Code
1 <div class="form">
2 <div class="title">Welcome</div>
3 <div class="subtitle">Let's create your account!</div>
4 <div class="input-container ic1">
5 <input id="firstname" class="input" type="text" placeholder=" " />
6 <div class="cut"></div>
7 <label for="firstname" class="placeholder">First name</label>
8 </div>
9 <div class="input-container ic2">
10 <input id="lastname" class="input" type="text" placeholder=" " />
11 <div class="cut"></div>
12 <label for="lastname" class="placeholder">Last name</label>
13 </div>
14 <div class="input-container ic2">
15 <input id="email" class="input" type="text" placeholder=" " />
16 <div class="cut cut-short"></div>
17 <label for="email" class="placeholder">Email</>
18 </div>
19 <button type="text" class="submit">submit</button>
20 </div>More Forms snippets

Bootstrap 5 simple login form with social login
Free Bootstrap 5 form snippet — Bootstrap 5 simple login form with social login. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
FormsView →

Bootstrap 5 Login Form UI Design snippets
Bootstrap 5 Login Form UI Design snippets: a hand-crafted, open-source Bootstrap 5 form. HTML & CSS included, ready to copy.
FormsView →

Bootstrap 5 Fancy user login form snippets
Free Bootstrap 5 form snippet — Bootstrap 5 Fancy user login form snippets. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
FormsView →
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.