diff --git a/index.css b/index.css index ec4a909..ca0afb0 100644 --- a/index.css +++ b/index.css @@ -2,15 +2,39 @@ body { background-color: #80d4ea; } -#clock { +* { + font-family: courier, monospace; + text-align: center; + color: white; +} + +h1 { + font-size: 100px; + padding-top: 30px; +} + +#clock div { height: 100px; - width: 800px; + width: 300px; margin: auto; - position: absolute; + display: inline-block; top: 0; left: 0; bottom: 0; right: 0; - padding-top: 70px; + padding-top: 50px; font-family: courier, monospace; text-align: center; color: white; - font-size: 100px; + font-size: 50px; } + +/*#clock, #new_york_clock, #london_clock, #tokyo_clock { + height: 100px; + width: 300px; + margin: auto; + display: inline-block; + top: 0; left: 0; bottom: 0; right: 0; + padding-top: 50px; + font-family: courier, monospace; + text-align: center; + color: white; + font-size: 50px; +}*/ diff --git a/index.html b/index.html index 191d3cc..e8002a6 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,16 @@
- + +