From 3bfab5cdda9f97700ec75461f37ec7adade82f11 Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Wed, 28 Jun 2023 10:22:49 +0800 Subject: [PATCH] Added smooth-scrolling effect. --- style.css | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 style.css diff --git a/style.css b/style.css old mode 100644 new mode 100755 index 083270e..7f374af --- a/style.css +++ b/style.css @@ -1,3 +1,7 @@ +html { + scroll-behavior: smooth; +} + body { font-family: "Palatino", "Georgia", Times, serif; background-color: rgb(255, 255, 250);