Added smooth-scrolling effect.

This commit is contained in:
2023-06-28 10:22:49 +08:00
parent 9d19b4e867
commit 3bfab5cdda

4
style.css Normal file → Executable file
View File

@@ -1,3 +1,7 @@
html {
scroll-behavior: smooth;
}
body {
font-family: "Palatino", "Georgia", Times, serif;
background-color: rgb(255, 255, 250);