From 471e5d94ab12ead96712267feab4a5f8f5f753e3 Mon Sep 17 00:00:00 2001 From: Mukarram710 <108743804+Mukarram710@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:49:51 +0530 Subject: [PATCH] Update style.css For the header tag that I added, this is the CSS code for it --- animated-countdown/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/animated-countdown/style.css b/animated-countdown/style.css index 8ea1c73..f356180 100644 --- a/animated-countdown/style.css +++ b/animated-countdown/style.css @@ -1,4 +1,19 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); +/*Code for the header tag*/ +header { + text-align: center; +} +header .watch { + font-size: 56px; +} + +span { + color: #3498db; + font-style: italic; +} + +/*End of the code*/ + * { box-sizing: border-box;