Your Personal Style:
Young and flashy. You dress like a celebrity, and you love to accessorize.
Your Ideal Wedding:
A huge party with all your friends, with lots of toasting and dancing
Your Philosophy on Marriage:
The person you marry should be your best friend.
Your Perfect Marriage:
Is when you still surprise each other with romantic gestures
/*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