This is another example of a card layout with images that have a slide down icon appearing on them as a hover effect, designed using CSS, HTML, and JavaScript. The fonts and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given the styles of position as relative, display as inline-block, overflow as hidden, margin as 10px,min-width as 230px, max-width as 315px, width as 100%, color as #ffffff, font-size as 16px, and transform as translateZ(0). %. The image has the styles of vertical-align as top, max-width as 100%, and backface-visibility as hidden. In a hover event, a card with the icon and background color of #009ab6, opacity of 1, appears in front of the image card with a transforming effect of translateX(0).
This is an example of a profile card layout with images, icons, and speech bubble details, designed using HTML, CSS, and JavaScript. The fonts, icons, and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given the styles of font-family as 'Open Sans', Arial, sans-serif, position as relative, display as inline-block, 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, and font-size as 14px. The image has been given the styles of border-radius as 5px, max-width as 100%, height as 80px, vertical-align as top, and float as left. The background color of the body is set to #212121. The name is given a font-weight of 600, font-size of 1.2 em, and font-family as 'Montserrat', Arial, sans-serif whereas the designation is given the styles of color as #8c8c8c, font-weight as 400, and letter-spacing as 2px. The quote has the styles of font size as 0.9em, letter-spacing as 1px, and opacity as 0.9. In a hover event, the social media icons will change its opacity from 0.75 to 1 in a transition effect of all 0.35s ease.
This is another example of a card layout with images that have buttons appearing on them as a hover effect, designed using CSS, HTML, and JavaScript. The fonts and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given the styles of background-color as #000, display as inline-block, font-family as 'Open Sans', sans-serif, font-size as 16px, margin as 10px, max-width as 315px, min-width as 230px, position as relative, text-align as center, and width as 100%. The image has the styles of vertical-align as top, max-width as 100%, and backface-visibility as hidden. The button inside is given the styles background-color as #000000, border as 2px solid #fff, color as #fff, font-size as 1em, font-weight as 600, letter-spacing as 1px, padding as 5px 10px, and text-transform as uppercase. In a hover event, the opacity of the image becomes 0.5 and takes a transform style of skew(45deg) translateX(55%).
This is an example of a card layout with an image and title with title border effect on hover, designed using HTML, CSS, and JavaScript. The fonts and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given the styles of background-color as #000, display as inline-block, font-family as 'Open Sans', sans-serif, font-size as 16px, margin as 10px, max-width as 315px, min-width as 230px, overflow as hidden, position as relative, text-align as center, and width as 100%. The image has the styles of vertical-align as top, max-width as 100%, and backface-visibility as hidden. The title inside the image s given the styles of background-color as #c73232, color as #ffffff, font-size as 0.9em, font-weight as 600, letter-spacing as 1px, padding as 5px 10px, and text-transform as uppercase to automatically transform the text to uppercase. In a hover event, the opacity of the image becomes 0.1 and the title gets a border effect with the color #ffffff.
This is another template of a web form with image cards with overlying text, designed using HTML, CSS, and JavaScript. The fonts and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given the styles of font-family as 'Lato', Arial, sans-serif, position as relative, display as inline-block, margin as 10px, min-width as 250px, max-width as310px, width as 100%, background-color as #000000, color as #ffffff, text-align as center, font-size as 16px, and box-shadow as 0 0 5px rgba(0, 0, 0, 0.15). The opacity for the image is set as 0.7 and it is given the styles vertical-align as top and max-width: 100%. The quote inside the image is given a font size of 1.2em, and a font-style of Italic. The title inside has the styles of font-family as 'Oswald', text-transform as uppercase to automatically transform the text to uppercase, font-size as 20px, font-weight as 400, line-height as 24px, and margin as 3px 0 whereas the subtitle is given the styles font-weight as 400, text-transform as uppercase, color as #bbb, and letter-spacing as 1px.
This is an example of a card layout with an image, title, and subtitle with a hover effect, designed using HTML, CSS, and JavaScript. The fonts and images are imported to the form with their URLs. JavaScript functions have been used to implement the mouse hover effects. The image card is given the styles of font-family as 'Montserrat', Arial, sans-serif, position as relative, display as inline-block, margin as 10px, min-width as 230px, max-width as 315px, color as #fff, text-align as left, font-size as 16px, and background as #000. The image has the styles of vertical-align as top and backface-visibility as hidden. The title has the styles of font-size as 1.1em and font-weight as normal whereas the subtitle is given the font size .8em and text-transform as uppercase to automatically transform the text to uppercase. The image takes a filter effect of alpha (opacity=20) in a hover event with the title and subtitle appearing in it.