This is a template of a CSS based retro logo, 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: 'Raleway', Arial, sans-serif, position: relative, display: inline-block, color: #bdbdbd, margin: 60px 20px, max-width: 285px, width: 100%, text-align: center, font-size: 16px, and box-sizing: content-box. The text-transform style all the text is set as uppercase to automatically convert the text to uppercase. The header one is given the styles font-family: 'Teko', Arial, sans-serif, font-weight: 700, font-size: 54px, text-align: center, and line-height: 27px whereas the header two given the styles of background-color: #bdbdbd, color: #212121, display: inline-block, font-size: 0.6em, font-weight: 700, line-height: 18px, padding: 0 20px, and position: relative. The icon below the header is also given the styles of font-size as 22px and line-height of 36px.
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.
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.