<countdown-time autostart add="10s">
	<p show-on-expired>Countdown is expired.</p>
	<p hide-on-expired>Countdown is running.</p>
</countdown-time>
body 
	height: 100vh
	width: 100wv
	display: flex
	justify-content: center
	align-items: center
	flex-direction: column
	
	countdown-time
		p
			text-align: center
			font-size: 2rem
		time
			font-size: 5rem
View Compiled
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.