You are an idealistic and romantic person.
You want to make the world a better place.
You are very sensitive, and you become overwhelmed quickly.
You have strong emotions.
You are naturally intuitive.
You have a well honed sixth sense.
You are compassionate and generous.
You find it easy to give to others selflessly.
/*MORPH*/
.morph {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.morph:hover {
border-radius: 50%;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
No comments:
Post a Comment