Use the smooth scrolling behavior

This commit is contained in:
Username404 2021-12-21 17:17:50 +01:00
parent 25b46a4755
commit 5a99a15ff3
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<title>www.username404.fr</title>
<style>
html {
scroll-behavior: smooth;
}
body {
text-align: center;
text-decoration-color: #868e96;