Awesome Custom Radio Buttons snippet using only HTML & CSS: a hand-crafted, open-source Bootstrap 5 form. HTML & CSS included, ready to copy.
Awesome Custom Radio Buttons snippet using only HTML & CSS: a hand-crafted, open-source Bootstrap 5 form. HTML & CSS included, ready to copy.
1<div class="wrapper">
2 <div class="title">Select your option</div>
3 <div class="box">
4 <input type="radio" name="select" id="option-1">
5 <input type="radio" name="select" id="option-2">
6 <input type="radio" name="select" id="option-3">
7 <input type="radio" name="select" id="option-4">
8 <label for="option-1" class="option-1">
9 <div class="dot"></div>
10 <div class="text">Gamer</div>
11 </label>
12 <label for="option-2" class="option-2">
13 <div class="dot"></div>
14 <div class="text">YouTuber</div>
15 </label>
16 <label for="option-3" class="option-3">
17 <div class="dot"></div>
18 <div class="text">Student</div>
19 </label>
20 <label for="option-4" class="option-4">
21 <div class="dot"></div>
22 <div class="text">Developer</div>
23 </label>
24 </div>
25 </div>
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.

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.

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.
Hand-crafted Tailwind CSS components — HTML or React, copy-paste ready, with live previews. Free forever, MIT licensed, no sign-up to use.
24
Components
57
Views
6
Likes
Trending now
More Bootstrap snippets developers are viewing this week.
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.