I doing a web and I want create a effect like it in this website :
http://y2graphic.com/
In this web, you can see the section named “Chủ đề HOT” (Hot contents) , it has 3 images, when hover it creates a effect (I don’t know name). Can you tell me name of effect and the method to create it ? Thanks very much and sorry for my bad English.
They are using CSS3 for this, transform-attribute.
HTML
CSS
Here is a fiddle that demonstrates the above code!