To know you is to love you.
You have an amazingly big heart.
You enjoy attracting attention -
as long as that attention is for the right reasons.
You are intuitive and perceptive about people.
You read others well.
You are extremely empathetic.
If a friend feels a certain way, you end up feeling that way too.
/*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