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 an example of a card layout web form with a testimonial card with image, title, and a quote, designed using HTML, and CSS. The fonts and images are imported to the form with their URLs. The testimonial card is given the styles of font-family as 'Roboto', Arial, sans-serif, position as relative, overflow as hidden, margin as 10px, min-width as 230px, max-width as 315px, width as 100%, color as #141414, text-align as left, line-height as 1.4em, background-color as #e6e6e6, and padding-top as 88px. The image has the styles of vertical-align as top, max-width as 100%, and opacity as 0.85. The quote is given a font-style of Italic, color of #212121, line-height as 1em, font- family of 'FontAwesome', and a font-size of 180px. The name title is given a font-size of 1.3em, margin of 25px, font-weight of 300, whereas the subtitle is given a font-color of #bdc3c7, and a font-size 0.65em.
This is an example of a card layout web form with a testimonial card with icon, quote and title, designed using HTML, and CSS. The fonts and images are imported to the form with their URLs. The testimonial card is given the styles of box-shadow as 0 0 5px rgba(0, 0, 0, 0.15), color as #9e9e9e, display as inline-block, font-family as 'Roboto', Arial, sans-serif, font-size as 16px, margin as 35px 10px 10px, max-width as 310px, min-width as 250px, position as relative, text-align as center, width as 100%, background-color as #ffffff, border-radius as 5px, and border-top as 5px solid #d2652d. The body of the form is given the color of #212121 and text is aligned to center. The quote is given a font-style of Italic and the name title is given the styles color as #3c3c3c, font-size as 20px, font-weight as 300, line-height as 24px, margin as 10px 0 5px whereas the subtitle is given a font-weight of 400 and opacity of 0.5.
This is an example of a card layout web form with news card with image, and read more text, designed using HTML, JavaScript, and CSS. The fonts and images are imported to the form with their URLs and JavaScript functions have been used to implement the mouse hover effects. The news card is given the styles of font-family: 'Roboto', Arial, sans-serif, position: relative, overflow: hidden, margin: 10px, min-width: 230px, max-width: 315px, width: 100%, color: #ffffff, text-align: left, line-height: 1.4em, and background-color: #141414. The image has the styles of vertical-align as top, max-width as 100%, and opacity as 0.85. The date is given a styles set of background-color: #1e1e1e, padding: 10px 25px 0, text-align: right, font-size: 0.8em, letter-spacing: 1px, color: rgba (255, 255, 255, 0.5), and text-transform: uppercase to convert the text to uppercase. The text-transform for Read more button is also set as uppercase with a border and background color of #ffffff, font size of 0.7em and letter spacing of 1px. The opacity of the button changes to 1 in a hover event.
This is an example of a card layout web form with news cards with image, caption, and title, designed using HTML, and CSS. The fonts and images are imported to the form with their URLs. The news card is given the styles of font-family as 'Roboto', Arial, sans-serif, color as #fff, position as relative, overflow as hidden, margin as 10px, min-width as 230px, max-width as 315px, width as 100%, color as #ffffff, text-align as left; line-height as 1.4em, and background-color as #141414. The image has the styles of vertical-align as top, max-width as 100%, and opacity as 0.85. The background color of the card is set as #141414. The follow button is given a color and a border color of #2980b9 whereas the info button is given a background and a border color of #ffffff. The text-transform for both buttons is set as uppercase, text-align is set as center and the font size is set to 0.7em.
This is an example of a card layout with news cards with circled date and arrow that appears on a hover event, designed using HTML, JavaScript, and CSS. The fonts and images are imported to the form with their URLs and JavaScript functions have been used to implement the mouse hover effects. The news card is given the styles of font-family: 'Open Sans', Arial, sans-serif, position: relative, margin: 10px, min-width: 250px, max-width: 310px, width: 100%, background-color: #ffffff, color: #000000, text-align: left, font-size: 16px, and box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) whereas the image has the styles of vertical-align as top, max-width as 100%, and position as relative. The date is given a styles set of background-color: #d2652d, top: 15px, color: #fff, right: 15px, min-height: 48px, min-width: 48px, position: absolute, text-align: center, font-size: 18px, font-weight: 700, text-transform: uppercase to convert the text to uppercase automatically, border-radius: 50% to make it a circle, and padding: 10px 0.