Based on launch state the wrapping element will toggle classes between tminus_countdown
and tminus_launched
The css:
.tminus_countdown{
border: 1px dotted green;
}
.tminus_launched{
border: 1px dotted red;
}
A Pluginoven Test Site
Based on launch state the wrapping element will toggle classes between tminus_countdown
and tminus_launched
The css:
.tminus_countdown{
border: 1px dotted green;
}
.tminus_launched{
border: 1px dotted red;
}