Chromium
Most people of this type tend to be distract easily. It is hard to maintain your attention span on something for too long when a shiney object comes along and distracts you.
You could be sitting in a meeting or in class daydreaming and when addressed directly with a question, you must either admit to being distracted or come up with some dodge to get around answering the question you truly didn't hear. Stick to short-term projects. You will have better success there.
/*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