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 another simple but stylish login form, designed using CSS, HTML, and Bootstrap framework 4. The font style and background image is imported to the code with their URLs. The login form is given the styles of position as absolute, top and left as 50%, transform as translate(-50%,-50%), width as 410px, height as 460px, and background as rgba(0,0,0,0.55). The user logo of the form header is given a style set of height and width as 120px, background color as #a5414b, border-radius as 50% to get the circle shape, and box-shadow as inset 0px 0px 3px 15px #b5525c. The title of the login form is displayed using the styles of padding as 50px 0px 5px, display as inline-block, font-size as 30px, font-weight as 600, font color as #f1f1f1, font-family as "Open Sans","Raleway",sans-serif, text-transform as uppercase to automatically convert the text to uppercase, and border-bottom as 10px solid #f1f1f1. The input text field labels are given a font color of #f1f1f1, and a font-size of 18px. The 'Login' button is given the background color of #a5414b, font color of #f1f1f1, font-size of 18px, and cursor style as pointer to get the hand cursor effect on hover. Source: https://mdbootstrap.com/snippets/jquery/utsav_luitel/474567#html-tab-view
Comments are closed
This is an example of another simple login page with a background image, designed using HTML, CSS, and Bootstrap framework 4. The background image is imported to the code with its URL, whereas media quarries have also been used to increase the responsiveness of the form. The information card is placed in the center of the form by defining the value of align-items and content styles, as center. The form is given a background color of rgba(229, 228, 255, 0.2). The form consists of a navbar, input text fields, and a 'Sign Up' button. The input text fields take the styles of border-bottom as 1px solid #8EDEF8, and box-shadow as 0 1px 0 0 #8EDEF8, in the focus mode. The font color of the input text field labels also gets changed to #8EDEF8, in the focus mode. The input text is displayed in the color of #fff Source: https://mdbootstrap.com/snippets/?search=login&top=all
Comments are closed
This is an example of an e-commerce shopping card form, designed using CSS, HTML, and Bootstrap framework 4. The product images are imported to the code with their URLs. Media quarries have been used to increase the responsiveness of the form. The form consists of product details, the number of quantity to be purchased, input text fields to enter the user and payment details, and a 'Buy Now' button. The input text fields are given a border style of 2px solid #4285f4, to be displayed on the active mode. The button is created as a primary type button in HTML. The input text fields are given a set of default autofocus values. This template can be used in an e-commerce website in which products can be added into the cart, where the total amount will also be displayed, and payment details will also be entered into the form to submit a purchase request. Source: https://mdbootstrap.com/snippets/jquery/marta-szymanska/731529#js-tab-view
Comments are closed
This is a purple color login page template, designed using HTML, CSS, and Bootstrap framework 4. This form consists of input text fields to enter user name and password, 'Remember me' checkbox, Forgot password link, and the 'Sign in' button. The social media icon images are imported to the code with their URLs. The card header is given the styles of background as linear-gradient(to right,#fc4496,#b242ae), border-color as #fc4595, and border as 0px solid transparent. The 'Sign in' button is created as an info type button in HTML. The email fields are validated to capture and notify if an incorrect email format is entered. The social media icons also given a linear gradient color of (to right,#fc4496,#b242ae), and a border-color of #fc4595. Source: https://mdbootstrap.com/snippets/jquery/kalpesh1982/1342492#js-tab-view
Comments are closed
This is a UI design template for a mobile phone, designed using CSS, HTML, and Bootstrap framework 4. The font style and icons are imported to the code with their URLs. The font style for the form is defined as 'Roboto', sans-serif. The name is displayed with the styles of font-size as 3rem, font-weight as 500, and font color as #728096. The date is displayed with a style set of font-size as 13px, font-weight as 400, text-align as center, and font color as white. The target button is given a height and width of 30px, and 70px, respectively. It is given a background color of #3b465e, which gets changed to #2e3951, on hover. The charts are displayed using three colors: lightseagreen, orange, and #3b465e. The 'Statistics' card is displayed using a style set of width as 320px, height as 100px, background-color as #2e3951, and border-radius as 10px. The cursor style for the card is set as pointer to get the hand cursor effect on hover. The cards take a background color of #3b465e and change the font color to gray, on hover. Source: https://mdbootstrap.com/snippets/jquery/charkiewicz/898532#js-tab-view
Comments are closed
This is a template of a simple email landing page with a background image, designed using CSS, HTML, and Bootstrap framework 4. The background image is imported to the code using its URL. The background of the form is given a linear gradient color of (40deg, rgba(0,51,199,.3), rgba(209,149,249,.3)). The heading of the form is displayed with the styles of font-weight as 700, and font color as #5d4267, whereas the subheading is displayed using a font color of #bcb2c0. The 'Get Started' button is given a linear gradient background color, which changes its font color to #fff, on hover. The title section is given a font color of #5d4267, and the subtitle is given a font color of #bcb2c0. The input text fields are given a border color of #4285f4, and a box-shadow of 0px 0px 0px 1px #4285f4. The input text is displayed with a font-size of 11px, and a font-weight of 500. Source: https://mdbootstrap.com/snippets/jquery/marta-szymanska/260117#js-tab-view
Comments are closed
This is an example of an e-commerce single product page with image carousels, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code with their URLs. The body of the form is given a background color of #eee. The 'Add to Cart' and "buy Now" buttons have been created as warning type buttons in HTML. 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 images of the slider in an orderly manner. The buttons are given a border and a background color of #ff7676. The price of the item is displayed using a font-weight style as bold. The 'Add to Cart' button changes its color to #e86464 from #fff, on hover. The text in bullet points is displayed using a font-size of 12px. The cursor style for the radio buttons is set as pointer to get the hand cursor effect on hover. Source:https://bbbootstrap.com/snippets/bootstrap-ecommerce-single-product-page-image-carousels-41782754
Comments are closed
This is an example of a stylish web page header with a navbar and hover effects, designed using CSS, HTML, and Bootstrap framework 4. The product image and font are imported to the code with its URL. 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 child elements of the navbar, in an orderly manner. The form is given a background color of #cecece. The navbar is given a font color as #fff and a border-bottom style of 1px solid #fff, to be active on hover. The Sports Shoes' text is given a font-color of #83ff00, which changes to #fff, on hover. The left side of the form is given a linear gradient background color of (to bottom, #ce0000, #7A0800 70%). The right side header is displayed using the styles of font-family as 'Allerta Stencil', sans-serif, font-size as 2.4em, and text-align as center. The 'Order' button is given the styles of border as 2px solid #83ff00, font color as #83ff00, border-radius as 30%, and transition as 0.7s, which changes its border style to 2px solid #ce0000, and font-color to #ce0000, on hover. Source: https://bbbootstrap.com/snippets/bootstrap-header-navbar-23316626
Comments are closed
This is an example of a collection of sticky notes with hover effects, designed using CSS, HTML, and Bootstrap framework 4. The body of the form is given the styles of font-family as Arial,sans-serif, font-size as100%, margin as 3em, background as #666, and color as #fff. The title of the sticky notes has been displayed using the styles of font-size as140%, font-weight as bold, and padding-bottom as10px, whereas the subtitle is displayed using a font-size of 180%. 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 child elements of the sticky notes, in an orderly manner. The sticky notes are given a box-shadow style of 5px 5px 7px rgba(33,33,33,.7). The notes are given three different background colors as #f6ff7a, #f26b6b, and #6bbcf2. The notes take a rotate animation of different values on hover, to create the scale-up animation. Source: https://mdbootstrap.com/snippets/jquery/jakubowczarek/893358#css-tab-view
Comments are closed
This is a template of an e-commerce product listings form with filters, designed using HTML, CSS styles, 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 #eee. The form consists of product cards a product listings card and a set of filters. The filters are created as radio buttons. The header of the product listings card is given a text-transform style as uppercase to automatically convert the text to uppercase. The filters section given a border-bottom style as 1px solid #eee. The 'Add to Cart' button is given a style set of font-size as 12px, font color as #fff, background-color as #5629c0, and height as 38px. The buttons are set to change their background color, on hover. The cursor style for the favorite icons has been set as pointer to get the hand cursor effect on hover. The discount value is displayed inside a success button and given a font-size of 13px. Source: https://bbbootstrap.com/snippets/bootstrap-ecommerce-product-listings-filters-74673706
Comments are closed
This is an example of an E-commerce single product card with an Add to Cart button, designed using CSS, HTML styles and Bootstrap framework 4. The product image is imported to the code with its URL. The body of the form is given a background color of #E0E0E0. The product card is given the styles of box-shadow as 0 20px 40px rgba(0, 0, 0, .2), border-radius as 5px, and padding-bottom as 10px. The card title is given a font-weight as bold to highlight the text. The 'View Details' button is given a border style as 1.5px solid grey, font color as #212121, width as 100%, and box-shadow style as 0px 0px 10px #212121. The 'Add to Cart' button is displayed with the styles of background-color as #212121, font color as white, margin-top as 10px, font-size as 12px, font-weight as 900, width as 100%, height as 39px, padding-top as 9px, and box-shadow as 0px 5px 10px #212121. The 'Add to Cart' button changes its font color to black, in a hover event. Source: https://bbbootstrap.com/snippets/ecommerce-single-product-add-cart-button-21268162
Comments are closed
This is an example of an E-commerce single product page with size attributes, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. JavaScript methods have been used to implement the selecting functionality of the form. The product images are imported to the code with their URLs. The body of the form is given a background color of #000. The product brand is displayed using a font-size of 13px. The discounted price is displayed using the styles of font color as red, and font-weight as 700, whereas the actual price is displayed with a line through the text. The product description is given using a font-size of 14px. Radio buttons have been used to indicate the size options and given the styles of border as 2px solid #ff0000, font color as #ff0000, border-radius as 3px, and text-transform as uppercase to automatically convert the text to uppercase. In a checked event, the radio buttons take a fill effect of #ff0000. The 'Add to Cart' button is created as a danger type button, which takes the back background color of #da0606 on hover. Source:https://bbbootstrap.com/snippets/bootstrap-ecommerce-single-product-page-size-attribute-59223596
Comments are closed
WE WILL NEVER SEND YOU SPAM, PROMISE

Subscribe for our newsletter