This is an example of a web form with a responsive image slider with a search bar with three input search, designed using HTML, and CSS. The bootstrap styles and images are imported to the form with their URLs. A carousel class has been used to implement the image slider and a button class has been used to implement the buttons. The search placeholders are given the styles of display as block, width as 100%, font-size as 0.875rem, line-height as 1.5, color as #55595c, background-color as #fff, border as 1px solid #ccc, height as calc(3rem + 2px) !important, and border-radius as 0. The search button has the styles of width as 100%, font-size as 16px, font-weight as 400, text-transform as capitalize to make the first letter of the text uppercase, height as calc(3rem + 2px) !important, and border-radius as 0 whereas the background color for the search section is set as #1A4668.
This is a template of a web form with a shopping card with an Add to Card button and a rating with hover effects, designed using HTML and CSS. The icons, images, and fonts are imported to the form with their URLs. The image card is given the styles of font-family as 'Raleway', Arial, sans-serif, position as relative, overflow as hidden, margin as 10px, min-width as 400px, max-width as 480px, width as 100%, background as #1a1a1a, color as #ffffff, text-align as center, border-radius as 8px, and box-shadow as 0 0 5px rgba(0, 0, 0, 0.15). The image has the styles of background-color as #000000, width as 50%, overflow as hidden, and vertical-align as top. The name title is given a text-transform style of uppercase to convert the text to uppercase, font-weight of 400, of #ffffff, and letter-spacing as 1px. The price is displayed in two colors, #f39c12 and #ffffff. The opacity of the image becomes 0.6 and takes a transform of scale(1.1) in a hover effect.
This is a template of a web form with a shopping card with an Add to Card button on hover, designed using HTML, CSS, and JavaScript. JavaScript functions have been used to implement hover effects. The icons, images, and fonts are imported to the form with their URLs. The image card is given the styles of font-family as 'Raleway', Arial, sans-serif, position as relative, overflow as hidden, margin as 10px, min-width as 220px, max-width as 310px, width as 100%, color as #333333, text-align as center, background-color as #ffffff, and line-height as 1.6em. The image has the styles of vertical-align as top, max-width as 100%, and opacity as 0.35s. The background color of icons is set to #000000 and the color is set as #ffffff. The text-transform style of icons is set as uppercase to automatically convert the text to uppercase. In a hover event, the button and icons take a transform style of translateY(100%) where the opacity of the image becomes 0.8.
This is a template of a web form with a product card with a rotate button on hover, designed using JavaScript, HTML, and CSS. JavaScript functions have been used to implement the hover effects. The icons, images and fonts are imported to the form with their URLs. The image card is given the styles of font-family: 'Raleway', Arial, sans-serif, position: relative, overflow: hidden, margin: 10px,min-width: 230px, max-width: 315px, width: 100%, background: #ffffff, text-align: left, color: #000000, box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), font-size: 16px, and transform: translateZ(0). The image has the styles of vertical-align as top, max-width as 100%, and position as relative. The initial price is given an opacity value of 0.5 and a font-size of 0.9em whereas the discounted price is given the font-size 1.5em. The text-transform style of uppercase is given to the Add to Card icon along with the background color #409ad5. In a hover event, the icon takes a transform of rotateX(-90deg)
This is a template of a web form with a shopping card with a header icon, designed using CSS, HTML, and JavaScript whereas JavaScript functions have been used to implement the hover effects. The icons, images, and fonts are imported to the form with their URLs. The image card is given the styles of font-family as 'Oswald', Arial, sans-serif, position as relative, margin as 10px, min-width as 230px, max-width as 315px, width as 100%, background as #ffffff, text-align as center, color as #000000, box-shadow as 0 0 5px rgba(0, 0, 0, 0.15), and font-size as 16px. The image has the styles of max-width as 100%, vertical-align as top, position as relative, background-color as #666666, and padding-top as 40px. The name title is given a font size of 1.3em, font-weight of 400, margin-bottom of 5px, and text-transform of uppercase. The icon is given a background color of #666666 which changes to #2980b9, in a hover event.
This is a template of a badge style CSS based logo with a banner, designed using CSS, and HTML. The fonts are imported to the form with their URLs. The styles for the class is set as font-family as 'Raleway', Arial, sans-serif, position as relative, color as #bdbdbd, margin as 60px 25px, max-width as 285px, width as 100%, text-align as center, font-size as 16px, and box-sizing as content-box. The text-transform style for the name title and subtitle is set as uppercase to automatically transform the text to uppercase. The title of the badge is given the styles of font-family as 'Lora', Arial, sans-serif, font-weight as 700, font-size as 1.8em, line-height as 50px, position as relative, background-color as #bdbdbd, color as #212121, text-align as center, margin as 0 30px 8px, border-top as 6px solid #212121, and border-bottom as 6px solid #212121. The font size for the subtitle is set as 0.6em and font-weight as 500.