From ef1965c046559052701183140b555da28ffb90a3 Mon Sep 17 00:00:00 2001 From: RobertHeaton <57216759+RobertHeaton@users.noreply.github.com> Date: Sun, 3 Sep 2023 09:44:30 +0100 Subject: [PATCH] Update 4.css --- 4.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/4.css b/4.css index 51d9134..db9bc38 100644 --- a/4.css +++ b/4.css @@ -7,6 +7,11 @@ body { width: 100%; font-family: sans-serif; } + +html{ + scroll-behavior: smooth; +} + p{ margin-left:10px; }