From a6d77220c7a9f4e5eec499ab14ac675d6b2b9108 Mon Sep 17 00:00:00 2001 From: Bharath-Krishna-AB Date: Thu, 23 Sep 2021 09:56:48 +0530 Subject: [PATCH] setted scroll behavior to smooth --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index ccdc752..2fd960f 100644 --- a/css/style.css +++ b/css/style.css @@ -6,6 +6,11 @@ @font-face { font-family: "Muli-SemiBold"; src: url("../fonts/muli/Muli-SemiBold.ttf"); } + + html{ + scroll-behavior: smooth; + } + body { line-height: 1.7; color: gray;