You are a very dreamy, imaginative person.
You can't help but paint pictures in your mind.
You are naturally very creative.
In fact, almost anything can be a creative outlet for you.
You're extremely unique,
and you couldn't be normal if you tried.
Your mind just works in a different way.
And while you may be different,
you don't feel angst about it. You are surprisingly placid and together.
/*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