feat: underline on h3

This commit is contained in:
Muhammad Nauman Raza 2023-12-25 16:43:40 +00:00
parent bf77798954
commit ae32c57f0b
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE

View file

@ -5,6 +5,7 @@ body {
h3 {
text-align: center;
text-decoration: underline;
}
.logo {