You are modest and humble.
You don' t think you are better than anyone else in this world.
You are a people person and very community oriented.
You never forget where you come from.
You are very in tune with your surroundings.
You immediately pick up on the vibe of a room.
You want to live a peaceful life.
You don't have time for toxic people.
/*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