Design elements, playground and code snippets for Bootstrap HTML/CSS/JS framework

Bootsnipp is an element gallery for web designers and web developers, anybody using Bootstrap will find this website essential in their craft.

Free Sign upLearn More
  • Latest
  • Featured
This is an example of a simple free trial signup form, designed using HTML, CSS, and Bootstrap framework 4. The form is given a background color of #4763a7. The card consists of a sign-in link, input text fields, 'Forgot password' checkbox, and a 'Signup; button. The information card is given a border-radius of 8px. The sign-in link is displayed using the styles of font color as #db0a5b, font-weight as 600, and takes a font-color of #b90b4f, on hover. The input text fields are given the styles of margin-top as 13px, and height as 49px. The text input fields take a border style of 1px solid #db0a5b, in a focus event. The 'Sign up' button is created as a danger type button and given the styles of height as 40px, and border-radius as 4px. Source: https://bbbootstrap.com/snippets/bootstrap-start-free-trial-signup-form-84637784
Comments are closed
This is an example of a modal login form with social logins, designed using HTML, CSS, and Bootstrap framework 4. The form consists of a modal button that expands the sign-in form upon clicking on it. The font style is imported to the code with its URL. The body of the form is given the styles of background-color as RGB(58, 177, 2), and font-family as Poppins. Media quarries have been used to increase the responsiveness of the form. The title of the form is displayed using the styles of font-size as 20px, and font color as grey. The input text field labels are displayed with a font-size of 14px, and font color of RGB(143, 141, 141). The 'Sign in; button has the styles of font-family as Poppins, cursor as pointer to get the hand cursor effect on hover, font color as #fff, transition as all 0.4s ease, font-size as 18px, and width as 100%. The social media buttons have the styles of border-color as #65d849, font color as #65d849, and font-size as 12px. Source: https://bbbootstrap.com/snippets/bootstrap-modal-login-form-social-logins-78503472
Comments are closed
This is an example of another simple quick login form, designed using CSS, HTML, and Bootstrap framework 4. The body of the form is given the styles of background color as #2962FF, and font-family as Arial, Helvetica, sans-serif. The font-weight of the card heading is set as bold to make the font highlighted. The input text fields are given a background color of rgba(165, 147, 69, 0.075) The 'Submit' button is given the styles of border as 1px solid #2979FF, and border-radius as 10px. The 'Forgot password' text is displayed using the styles of font as #00ACC1, font-weight as bold, color as #26C6DA, and font-size as 15px. The background color of the input text fields is set as #eee. The 'Submit' button is created as a primary type button. In a hover event, the input text fields take the styles of color as #495057, border-color as #fff, and box-shadow as 0 0 0 0 rgba(0, 123, 255, .25). Source: https://bbbootstrap.com/snippets/bootstrap-simple-quick-login-form-73084550
Comments are closed
This is an example of a login form with background-image, designed using CSS, HTML, and Bootstrap framework 4. The form is given a background color of #ede7e6. The icons and the background image is imported to the code using their URLs. The title of the form is displayed using a font color of #64C97D. Facebook, Twitter, and Pinterest icons are created as primary, info, and danger type buttons, respectively. The 'Signup' button is given a border-radius of 25px, border style of solid 1px white, and font-size as 10px. The 'Signup' text is displayed using the styles of font color as #fff, margin-bottom as 15%, font-size as 16px, font-weight as 10px, and font-family as Garamond. The 'Forgot password' button has the styles of background-color as white, font color as black, and border-bottom as 1px solid #c7c5c5. The social media icons change its opacity value to 0.8, in a hover event. Media quarries have been used to make the form more responsive to different browsers. Source: https://bbbootstrap.com/snippets/login-form-background-image-92753674
Comments are closed
This is an example of a login form designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The form is given a background color of #f2f2f2. The form title is displayed using the styles of font-family as Poppins-Bold, font-size as 30px, font color as #333333, and line-height as 1.2. The input text fields are given the styles of border-bottom as 2px solid #adadad, and margin-bottom as 37px. The input text field labels are displayed using the styles of font-family as Poppins-Regular, font-size as 15px, font color as #555555, line-height as 1.2, display as block, width as 100%, height as 45px, and padding as 0 5px. In a focus event, the input text fields take a border style of linear gradient color. The cursor style for the button is set as pointer to get the hand cursor on hover, whereas the text-transform style is set as uppercase to automatically convert the text to uppercase. The button turns its color to a linear gradient color, on hover. JavaScript methods have been used to implement the functionality of the button whereas media quarries have been used to increase the responsiveness of the form. Source: https://bbbootstrap.com/snippets/fancy-login-form-15911932
Comments are closed
This is an example of a credit card template with a hover animation, designed using CSS, HTML, and Bootstrap framework 4. The image of the credit card is imported to the code using its URL. The form is given a height of 100vh, and background color of #E1F5FE. The credit card is given a style set of padding as 10px, width as 350px, height as 80px, and border-radius as 10px. The card type is displayed using the styles of font color as #ccc, and font-size as 15px. The card number is displayed using the styled of line-height as 17px, and font color as #ccc. The upper section of the card is given an animation style of height 1s ease-in forwards, whereas the card-details section is given the styles of card-details 1.5s ease-in forwards. In a hover event, the card number takes the styles of top as 45%, and position as relative. Source: https://bbbootstrap.com/snippets/bootstrap-credit-card-animation-hover-effect-12294813
Comments are closed
This is an example of a colorful pricing table with hover animation, designed using HTML, CSS, and Bootstrap framework 4. The product images are imported to the code with their URLs. The body of the form is given the styles of background-color as #D1C4E9, and border-radius as 12px. The form is split into three product cards and given separate styles. The first card is given the styles of background-color as #eb5a51, width as 100%, and height as 450p. The second card is given the styles of background-color as #eabe5c, width as 100%, and height as 450px. The third card is given a background-color as #4863eb, width as 100%, and height as 450px. The product name is displayed using a font-size of 12px, and font color of #fff. The product size and prize is displayed using a font-size of 35px. The product image is given an animation style of umbrella 1.5s ease-in forwards, to create the scale-up hover effect. Source: https://bbbootstrap.com/snippets/bootstrap-colorful-pricing-table-animation-24141494
Comments are closed
This is an example of a user profile with hover effects on the social media icons, designed using CSS, HTML, and Bootstrap framework 4. The concept of Lists has been used with UL and LI components. UL element has been used with the child elements of LI to display the social media icons in a single raw. The profile image is imported to the code with its URL. The profile card is given a width of 300px, height of 350px, and a cursor style as pointer to get the hand cursor effect on hover. The profile card is given an overlay filter, to be applied on a hover event, with an opacity of 1. The social media icons are given the styles of width and height as 25px, border as 1px solid #eee, padding as 20px, display as flex, justify-content as center, align-items as center, color as #fff, border-radius as 5px, and transition as all 1s. In a hover event, the icons take the styles of background as #fff, and font color as #000. Source:https://bbbootstrap.com/snippets/bootstrap-user-profile-social-icons-animation-11258499
Comments are closed
This is an example of a contact us form section, designed using CSS, HTML, and Bootstrap framework 4. The background image is imported to the code with its URL. The form is given the styles of background as rgba(132, 155, 219, 0.5), and font-family as Arial, Helvetica, sans-serif. The form details are displayed using the styles of font-size as 11px, font-weight as bold, padding-left as 5px, and color as #828282. The 'Send' button is created as a primary type button and given the styles of width as 100%, font-size as 12px, margin-top as 10px, background-color as rgba(56, 147, 243, 0.67), text-align as center, and border-radius as 5px. The input text fields are given a background color of rgba(165, 147, 69, 0.075), and a box shadow of 0px 1px 1px 1px rgba(0, 0, 0, 0.2), which gets changed to background color of #495057, and a box shadow of 0 1px 1px 1px rgba(0, 123, 255, .25), in a focus event. Source: https://bbbootstrap.com/snippets/bootstrap-contact-us-form-section-47965943
Comments are closed
This is an example of a Contact US form with a date picker, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The functionality of the date picker is implemented using JavaScript. The font style is imported to the code using its URL. The body is given a style set of display as grid, place-items as center, font-family as 'Manrope', sans-serif, and animation style of colorchange as 50, which changes the background color of the form, from time to time. The given background colors as red, yellow, blue, and green. The information card is given the styles of width as 500px, word-wrap style as break-word to allow long words to be able to break and wrap onto the next line, background-color as #fff, border-radius as 6px, and a box-shadow style for Mozilla browsers as 0px 0px 5px 0px rgba(212, 182, 212, 1). The 'Send Message' is created as a success type button and given the styles of font color as #fff, background-color as #ff5300, and border-color as #ff5300, which changes to font color as #fff, background-color as #ff0000, and border-color as #ff0000, in a hover event. The input text fields take a border style of 0 0 0 1px RGB(255, 255, 255), in a focus event. Source:https://webdesignerwall.com/page/3?s=contact&post_type=wdw_snippet#038;post_type=wdw_snippet
Comments are closed
This is an example of a contact us form with an overlay background, designed using HTML, CSS, and Bootstrap framework 4. The background image is imported to the code using its URL. The descriptions are displayed using the font color of #fff. The overlay filter is created with the styles of width as 100%, height as 100vh, and background as rgba(0, 0, 0, 0.8). The address and phone number are displayed using a font color of #7B1FA2. The icons are given height and width as 50px, background color as #fff, font-size as 20px, and a border-radius of 50% to get the circle shape. The input text fields are given a margin-bottom of 13px, border-bottom style of 2px solid #eee, which changes to 2px solid #7B1FA2, in a focus event. The 'Send' button is created as a Dark-type button in HTML. Source:https://bbbootstrap.com/snippets/bootstrap-contact-us-form-overlay-background-18825276
Comments are closed
This is an example of an e-commerce product list with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The product images are imported to the code with their URLs. The body of the form is given a background color of #B3E5FC. The product card is given a border-radius of 6px, and background color of #fff. The product details are displayed using a font-size of 13px, and a color of #cbcbcb. The cost of the product is displayed using the styles of font color as #fb3531, font-weight as bold, and font-size as 20px. The cost of the three products is displayed using three different font colors. The rating stars are displayed using the color of #FBC02D. The cursor style for the products is set as pointer to get the hand cursor effect on hover. The text on the 'Add to Cart' button is displayed using a text style as uppercase to automatically convert the text to uppercase. The image container is given an animation of fade_in_show 0.5s to create the animation on hover. Source: https://bbbootstrap.com/snippets/bootstrap-ecommerce-product-list-two-product-images-onhover-effect-20402795
Comments are closed
WE WILL NEVER SEND YOU SPAM, PROMISE

Subscribe for our newsletter