Love could be seen everywhere
It also shows in your eyes
When I think about it
I could almost see your radiant smile
Did you know you are my friend?
All I know is that I'm happy
I've met someone like you
But i guess you didn't realize it until now
Time and time again
There were ups and downs
Strained relationships are unavoidable
You will forever be part of me still
/*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