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 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 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.
This is another example for a card layout with an image, and a title with 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 they styles of font-family as 'Poppins: 400,700', Arial, sans-serif, position as relative, display as inline-block, margin as 10px, min-width as 250px, max-width as 310px, width as 100%, background-color as #000000, color as #ffffff, text-align as left, font-size as 16px, and box-shadow: 0 0 5px rgba(0, 0, 0, 0.15). The image has the styles of vertical-align as top and max-width: 100%. The header inside the image has the styles of font-size as 44px, font-weight as 400, line-height as 1, letter-spacing as 1px, text-transform as uppercase, and margin: 3px 0. The title 1 is given a font weight of 700, title 2 is given a font weight of 300 and a color of #a58e7c, and title 3 is given a font weight of 700 and a font size of 25px. The image takes a transformation of scale(1.3) rotate(5deg), in a hover effect. Source: https://littlesnippets.net/snip1581
This is another example of a card layout with an image, title and subtitle with a quote on hover event, 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 they 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 as 310px, width as 100%, background-color as #000000, color as #ffffff, text-align as left, font-size as 16px, and box-shadow as 0 0 5px rgba(0, 0, 0, 0.15). The image has the styles of vertical-align as top and max-width: 100%. The header inside the image has the styles of font-family as 'Oswald', text-transform as uppercase, font-size as20px, 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. The quote inside is given a text style of Italic. In a hover event, the background of the card turns to background-color: rgba(0, 0, 0, 0.75). Source: https://littlesnippets.net/snip1579