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;