• Latest
  • Featured
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
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
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
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
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
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
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
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