YACP Custom Countdown Theme CSS Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Project : simply-countdown | |
* File : simplyCountdown.theme.custom | |
* Author : Your Name <your-mail[at]example.com> | |
*/ | |
.simply-countdown-custom { | |
/* The countdown */ | |
} | |
.simply-countdown-custom > .simply-section { | |
/* coutndown blocks */ | |
} | |
.simply-countdown-custom > .simply-section > div { | |
/* countdown block inner div */ | |
} | |
.simply-countdown-custom > .simply-section .simply-amount, | |
.simply-countdown-custom > .simply-section .simply-word { | |
/* amounts and words */ | |
} | |
.simply-countdown-custom > .simply-section .simply-amount { | |
/* amounts */ | |
} | |
.simply-countdown-custom > .simply-section .simply-word { | |
/* words */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment