Senin, 15 September 2014

Cube

Flippity

Flop

Jumat, 12 September 2014

hover image

indonesia
Darken Image on hover
Here we have -webkit-filter: brightness(100%); in img again as initial state and than by adding -webkit-filter: brightness(0%); to :hover we trigger the change. and of course again you can set up the filters % to your needs.
indonesia
Blur Image on hover 
Again in the img we use the transition but this time in the :hover we have added a filter -webkit-filter: blur(5px); changing the 5px to more or less will change the blur strength.

indonesia
Drop shadow Image hover
css effect For drop shadow we use -webkit-filter: drop-shadow(10px 7px 1px grey)
fivera
Hue-rotate Image on hover
In this cool example we have added the filter -webkit-filter: hue-rotate(333deg);

plip another

indonesia
indonesia

Flipping Content

YOUR TEXT

tes text tes text

This is the back of the card
This is the front of the card

Code Color