From ae32c57f0b5fd4b360c65203a4e81d5af966721c Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Mon, 25 Dec 2023 16:43:40 +0000 Subject: [PATCH] feat: underline on h3 --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index b3ee87a..05be56c 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ body { h3 { text-align: center; + text-decoration: underline; } .logo {