diff --git a/index.css b/index.css index ec4a909..84b2f83 100644 --- a/index.css +++ b/index.css @@ -2,9 +2,7 @@ body { background-color: #80d4ea; } -#clock { - height: 100px; - width: 800px; +#clock, #date { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; @@ -14,3 +12,8 @@ body { color: white; font-size: 100px; } + +#clock { + height: 100px; + width: 800px; +} diff --git a/index.html b/index.html index 191d3cc..72fc006 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,7 @@ + +