diff --git a/index.css b/index.css index ec4a909..b53bd65 100644 --- a/index.css +++ b/index.css @@ -2,13 +2,13 @@ body { background-color: #80d4ea; } -#clock { +#datetime { height: 100px; width: 800px; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; - padding-top: 70px; + margin-top: 200px; font-family: courier, monospace; text-align: center; color: white; diff --git a/index.html b/index.html index 191d3cc..c92a582 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,15 @@
+