diff --git a/projects/digital-clock/style.css b/projects/digital-clock/style.css index 3c45871..9a573d2 100644 --- a/projects/digital-clock/style.css +++ b/projects/digital-clock/style.css @@ -58,3 +58,9 @@ h2 { font-size: 20px; background: green; } +body { + display: flex; + justify-content: center; + align-items: center; + height: 100vh; +}