Forms Bootstrap 5Free+ CSS
Sign up with social media | Social Media sign up form — a free Bootstrap 5 form snippet. Copy the HTML & CSS and paste straight into your Bootstrap 5 project.
1.9k views43 downloads
gosnippets.com/preview/sign-up-with-social-media-|-social-media-sign-up-form
Source Code
1<div id="login-box">
2 <div class="left">
3 <h1>Sign Up With Email</h1>
4 <form action="#" method="post">
5 <input type="email" name="email" placeholder="E-mail" />
6 <input type="password" name="password" placeholder="Password" />
7 <input type="password" name="confirmpassword" placeholder="Confirm Password" />
8 <input type="submit" name="submit" value="Sign up" />
9 </form>
10 </div>
11
12 <div class="social-button">
13 <span class="social-d-flex">Sign Up Using<br />These</span>
14 <button class="social-signup facebook">Sign up with Facebook</button>
15 <button class="social-signup linkedin">Sign up with LinkedIn</button>
16 <button class="social-signup twitter">Sign up with Twitter</button>
17 <button class="social-signup google">Sign up with Google+</button>
18 </div>
19 <div class="or">OR</div>
20</div>
21More 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.