11 lines
196 B
Markdown
11 lines
196 B
Markdown
importance: 4
|
|
|
|
---
|
|
|
|
# Colored clock with setInterval
|
|
|
|
Create a colored clock like here:
|
|
|
|
[iframe src="solution" height=60]
|
|
|
|
Use HTML/CSS for the styling, JavaScript only updates time in elements.
|