You are a big dreamer, and you can't help but get swept away when you start dreaming.
Your own thoughts are a lot more interesting than what's going on in the world.
You are a very sensual person. You're the type to notice every smell, feel, and taste of your latte.
Your energy level is moderate.
You tend to approach life at a very steady pace.
Nothing really amps you up or tires you out.
Your signature latte would have to have a welcoming flavor, like vanilla.
And you wouldn't mind if it was a little sweet.
/*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