From 0568e19e439444a6617e9604f8dccf91c568a1b5 Mon Sep 17 00:00:00 2001 From: Hina M Date: Mon, 3 Oct 2022 23:50:19 +0400 Subject: [PATCH] Added a border around big title &changed its font. --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 885ecfd..980f8e9 100644 --- a/css/style.css +++ b/css/style.css @@ -209,6 +209,10 @@ strong { margin-bottom: 0; text-transform: capitalize; padding-bottom: 0; + font-family: Verdana, Geneva, Tahoma, sans-serif; + border: #0E97EE; + border-style: inset; + border-radius: 15px; } .dark-text {