Card items showing image and links on hover

This section displays items with images. Hovering over each item reveals its corresponding links.

Show Full Syntax...

Syntax

{{< main-container
align-vertical="Use top, center or bottom to align vertically"
background-color="any background or gradient"
border-radius="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
box-shadow="Add shadow effects (offset-x | offset-y | blur-radius | spread-radius | color). Ex. 2px 2px 2px 1px rgba(0, 0, 0, 0.2)"
id="ID of any content in your website"
is-full-width="true|false"
is-wrap="true|false"
item-gap="Any value in px or %"
margin="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
padding="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
text-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)" >}}

{{< card-with-image-and-links-on-hover-item
background-color="any background or gradient"
border-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
facebook-image="Any valid image link"
facebook-link="Any valid http link"
heading="Any text"
heading-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
image="Any valid image link"
is-open-in-new="true|false"
link="Any valid http link"
linkedin-image="Any valid image link"
linkedin-link="Any valid http link"
margin="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
overlay-background-color="any background or gradient"
padding="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
sub-heading="Any text"
sub-heading-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
twitter-image="Any valid image link"
twitter-link="Any valid http link"
youtube-image="Any valid image link"
youtube-link="Any valid http link" >}}

The actual message goes here

{{< /card-with-image-and-links-on-hover-item >}}

{{< /main-container >}}