Icon box with images
Hi,
You know that effect on icon box when you hover over image in icon box it moves a bit up? What css code can be used to add that to make some class and add it to images I want?
You know that effect on icon box when you hover over image in icon box it moves a bit up? What css code can be used to add that to make some class and add it to images I want?
Comments
this effect won't work with images unfortunately. There is no custom css that we can give you.
Thanks for understanding!
This is the code I added
.hoverslika{
position: absolute;
transition: background 2s ease;
backface-visibility: hidden;
}
.hoverslika:hover {
transition: 0.5s linear;
transform:translateY(-10px);
}
And also wanted to inform you that I transfered your theme to this domain since the one I have used before is cancelled.
You see these flags on homepage
On that page I used columns and when you are viewing from smaller resolutions they are one below other.
You can see that overlaping here
http://mediaweb.rs/bettor/flags/
I tried something with columns but I forgot that columns go one below other when responsive.