diff --git a/index.css b/index.css index ec4a909..58d1a7a 100644 --- a/index.css +++ b/index.css @@ -2,15 +2,14 @@ body { background-color: #80d4ea; } -#clock { +div { height: 100px; width: 800px; margin: auto; - position: absolute; - top: 0; left: 0; bottom: 0; right: 0; + padding-top: 70px; font-family: courier, monospace; text-align: center; color: white; - font-size: 100px; + font-size: 70px; } diff --git a/index.html b/index.html index 191d3cc..becef46 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,21 @@ -
-