From b8bd78c2489a6fa594dfc97211a7a89b14932f03 Mon Sep 17 00:00:00 2001 From: unknown <{sanathan6522@gmail.com}> Date: Wed, 26 Oct 2022 09:46:46 -0700 Subject: [PATCH] updated style --- wall-clock/index.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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{