This is an example of a simple bootstrap service card layout with a background image, designed using CSS, HTML, and bootstrap 4 framework. The fonts and images are imported to the code with their URLs. The web form is given the styles of font-family as "Montserrat", sans-serif, background color of #8d97ad, and font-weight as 300. The h1 to h6 sections are given a color of #3e4555 and a font-weight of 500, whereas the background color of the form is set as #f4f8fa, whereas the subtitle is given the styles of color as #8d97ad, and line-height as 24px. The card header is given a text style of uppercase in HTML to automatically convert the text to uppercase. The View Details button is given a background color of #2cdd9b and also the linear gradient color of that, for the browsers that support linear gradient colors. It changes its color to linear-gradient #1dc8cc, in a hover event.
This is an example of a simple bootstrap service card layout section with images, designed using CSS, HTML, and bootstrap 4 framework. The image and fonts are imported to the code with their URLs. The web form is given the styles of font-family as "Montserrat", sans-serif, background color of #8d97ad, and font-weight as 300. The h1 to h6 sections are given a color of #3e4555 and a font-weight of 500. The background color of the form is set as #f4f8fa, whereas the card is given a shadow style of 0px 0px 30px rgba (115, 128, 157, 0.1). The View Details button has a background color of #2cdd9b and also the linear gradient color of that, for the browsers that support linear gradient colors. It changes its color to #1dc8cc, in a hover event. The header of the card is also given a font color of #3e4555 which changes to #316ce8, in a hover event.
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 another example of a card layout web form with a testimonial card with a profile image, and a quote, designed using HTML, and CSS. The fonts and images are imported to the form with their URLs. The testimonial card has a styles set of font-family as 'Playfair Display', Arial, sans-serif, position as relative, overflow as hidden, margin as 10px, min-width as 230px, max-width as 315px, max-height as 220px, width as 100%, color as #000000, text-align as left, font-size as 16px, and background-color as #000000. The image has the styles of max-width as 100%, opacity as 0.5, and blackface-visibility as hidden. The quote is given a font-size of 0.9em and a font-style of Italic whereas the name title is given the styles margin as 10px 0, line-height as 1.1em, font-weight as 900, and color as #1a1a1a. The profile pic is given a border-radius of 50% to make it a circle.