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 portfolio image card layout, designed using HTML, CSS, and Bootstrap framework 4. The images and Bootstrap styles are imported to the code with their URLs. Media quarries are used to increase the responsiveness of the form. The background form is given the styles of background-color as RGB(255, 255, 255), color as RGB(27, 27, 27), display as flex, flex-direction as column, height as 100%, padding as 20px, position as absolute, transition as all 0.4s ease-in-out 0s, and width as 100%. The image card title has the styles of font-size as 16px, margin-bottom as 5px, and transition as all 0.4s ease-in-out, whereas the content is given the styles of color as #6b6b6b, transition as all 0.4s ease-in-out, and font-size as 13px. In a hover event, the portfolio card takes a filter with a background color of rgba(17, 214, 240, 0.65), over its image card and turns the styles of the title and the content section to color as #ffffff, font-size as 20px, and color as #fff, font-size as 16px, respectively. Source: https://www.tolmatol.com/portfolio-using-html-css/
Comments are closed
Comments are closed
This is an example of a testimonials slider layout, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The images, Bootstrap and CSS styles are imported to the code with their URLs. JavaScript functions have been used to implement the carousel feature in the slider. Testimonial card is given the styles of background-color as #ffffff, padding as 40px, border-radius as 10px, border as 1px solid #ebebeb, and position as relative. The user image has the styles of width and height as 60px, and border-radius as 100% to get the circle shape. The user name section has the styles of font-size as 20px, and color as #222222, whereas the designation title is given the styles of display as block, font-size as 12px, letter-spacing as 2px, color as #38c3c7, text-transform as uppercase to automatically convert the text to uppercase, and line-height as 18px. The content section is given a font-size of 20px, and a font style as Italic. The slider buttons are given a background color of #c3edee which changes to #38c3c7, when in the active mode. Source: https://www.tolmatol.com/testimonials-slider/
Comments are closed
Comments are closed
Comments are closed
This is an example of another restaurant food menu layout, designed using HTML, CSS, and Bootstrap framework 4. The fonts, Bootstrap and CSS styles are imported to the code with the URLs. The menu items are added to a table layout. The menu item description section is given the styles of padding-right as 5px, font-family as 'Roboto Condensed', sans-serif, font-weight as bold, text-align as left, font-size as 20px, display as table-cell, width as 10%, line-height as 15px, and text-align as left. The dotted line is given the styles of display as table-cell, width as 88%, and border-bottom as 1px dotted #000. The menu item names are added as links in HTML, to be redirected into an external page. The section of the menu item has the styles of text-align as left, font-size as 24px, color as #F44334, and font-weight as 600. Source: https://www.tolmatol.com/food-menu/
Comments are closed
This is an example of a restaurant menu layout, designed using HTML, CSS, and Bootstrap framework 4. The fonts, CSS, and Bootstrap styles are imported to the code with their URLs. The item image is given the styles of width as 70px, border-radius as 50% to get the circle shape, and transition as all 0.3s. In a hover event, the image takes the styles of transform as translate(0,-4px), and box-shadow as 3px 4px 10px -5px #505050. The name line of the food item is given the styles of padding-top as 8px, font-family as 'Roboto Condensed', sans-serif, font-size as 21px, font color as #333333, and font-weight as 500. It takes the color of #e52233, in a hover event. The price section of the menu item is given the styles of padding-top as 8px, font-family as 'Roboto Condensed', sans-serif, font-size as 22px, color as #f44336, and font-weight as 600. Media queries are used to increase the responsiveness of the form. Source: https://www.tolmatol.com/restaurant-menu-design/
Comments are closed
This is an example of a submission form with validation, designed using HTML, CSS, and Bootstrap framework 4. The fonts, CSS styles, and Bootstrap styles are imported to the code with their URLs. The body of the form is given the styles of font-size as 18px, and font-family as 'Poppins', sans-serif. The input fields are given the styles of position as relative, display as block, width as 100%, font-size as 14px, color as #bbbbbb, line-height as 20px, padding as 15px 28px, border as 1px solid #bbbbbb, background-color as #ffffff, font-weight as 400, border-radius as 25px, and transition as all 300ms ease. The input fields take a border-color of #ff7e00, in a focus event. The text area for the message field has the styles of height as 200px and padding-top as 25px. The Submit button is given the styles of text-transform as capitalize to make the first letter of each word uppercase, font-size as 14px, padding as 15px 50px, and line-height as 20px. Source: https://www.tolmatol.com/request-a-call-back/
Comments are closed
Comments are closed
This is an example of another pricing table layout, designed using HTML, CSS, and Bootstrap framework 4. The fonts, CSS, and Bootstrap styles are imported to the code with their URLs. 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 details in an orderly manner. The body of the form is given the styles of background as #f1f1f1, font-family as 'Poppins', sans-serif, and font-size as 16px. The price line is given the styles of font-size as 2.25rem, font-weight as 600, color as #ff3514, padding as 35px 15px 0, and display as inline-block, whereas the $ mark is given the styles of font-size as 50%, font color as #232323, and padding as 0 0 0 4px. The best seller card has the styles of background as #FFF, border-style as solid, border-width as 1px, border-color as rgb(255, 53, 20), and box-shadow as 0px 0px 52px 0px rgba(28, 28, 28, 0.09). The Sign up button is given a cursor style as pointer to get the hand cursor effect in a hover event, font-weight as 400, font-size as 0.875rem, and box-shadow as 0px 14px 47px 0px rgba(28, 28, 28, 0.24). Source: https://www.tolmatol.com/price-table-2/
Comments are closed
This is an example of a pricing table layout, designed using HTML, CSS, and Bootstrap framework 4. Bootstrap styles and CSS styles are imported to the code with their URLs. The fonts, CSS, and Bootstrap styles are imported to the code with their URLs. 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 details in an orderly manner. The form is given a style set of padding as 20px 0px, position as relative, z-index as 10, background as #e6f8f9, and overflow as hidden. The pricing box is given the styles of padding as 40px, background as #fff, transition as all 0.2s ease, and position as relative, which takes the effect of box-shadow as 0 10px 30px 5px rgba(17,21,23,.1), in a hover event. The title of the price card is given a font-size of 30px, and a font-weight of 700, whereas the subtitle is given the styles of font-size as 18px, margin-top as 5px, font-family as 'Cardo', serif, and font-weight as 700. Source: https://www.tolmatol.com/price-table-3/
Comments are closed
This is an example of a card layout with team profile details, designed using HTML, CSS, and Bootstrap framework 4. The images, fonts, CSS and Bootstrap styles are imported to the code with their URLs. The profile image is given the styles of width as 100%, transform as scale(1, 1), and transition as .5s. The images take a transform effect of scale(1.1, 1.1), to change the scale of the image, in a hover event. The name of the user profile is given a style set of font-size as 18px, text-transform as uppercase to automatically convert each letter of the word to uppercase, font-weight as 700, color as #333333, and transition as .5s. The designation text is given the styles of text-transform as uppercase, font-size as 14px, and font color as #797e82. In a hover event, the background color of the text section turns to #6f0ac8, whereas the font color of the text turns to #fff. The social media icons are given a background color as #6f0ac8, with the opacity set as 0, and the visibility set as hidden to hide when not active. In a hover event on the image, the opacity of the social media icons becomes 1 and the visibility turns to visible. Source: https://www.tolmatol.com/our-team-with-social/
Comments are closed
WE WILL NEVER SEND YOU SPAM, PROMISE

Subscribe for our newsletter