Please Log in or Create an account to join the conversation.
/* jQuery Timer
========================================================================== */
.counter {
font-size: 40px;
font-weight: 700;
margin: 20px auto;
}
.ico-timer {
padding:0;
display: block;
font-family: FontAwesome;
font-size: 400%;
margin-top: 10px;
text-align:center;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
text-align:center;
opacity:0.5
}
.ico-timer:hover {
opacity:1
}
Please Log in or Create an account to join the conversation.