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.
This is an example of a News Card layout, designed using CSS, and 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 details in an orderly manner. The fonts and images are imported to the form with their URLs. The colors and fonts are declared as variables, which are $regal-blue: #034378, $san-juan: #2d4e68, $bermuda: #77d7b9, $white: #fff, $black: #000, and $open-sans: 'Open Sans'. The body of the form has the styles of background-image as linear-gradient(to right, $regal-blue, $san-juan), height as 100vh, and font-family as $open-sans. For the first example, date section has the styles of background-color: $bermuda, color: $white, font-weight: 700, font-size: 24px, and text-transform: uppercase. The title is given the color lighten($black, 50%). The menu button has the styles text-align: center¸and cursor: pointer. For the second example, the header has the styles color: $white, padding: 1em, and the date has the styles font-size: 12px. The read more button is given the styles text-align: center, font-size: 12px, color: $white, and a transform of translate(0, -50%). Source: https://codepen.io/choogoor/pen/YWBxAg/