diff --git a/wall-clock/index.css b/wall-clock/index.css index 2f935456..c5bd6d55 100644 --- a/wall-clock/index.css +++ b/wall-clock/index.css @@ -1,9 +1,11 @@ - +@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap'); + html { background-size:cover; - font-family:'helvetica neue'; + font-family: 'Varela Round', sans-serif; text-align: center; - font-size: 10px; + font-size: 16px; + background-color: lightcyan; } body { @@ -17,10 +19,11 @@ body { .clock{ position: relative; margin: auto; - height: 30vw; - width: 30vw; + height: 40vw; + width: 40vw; background: url(clock.png) no-repeat; background-size: 100%; + border-radius: 100%; } #hour,#minute,#second{