Use the smooth scrolling behavior
This commit is contained in:
parent
25b46a4755
commit
5a99a15ff3
|
@ -9,6 +9,9 @@
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
|
||||||
<title>www.username404.fr</title>
|
<title>www.username404.fr</title>
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration-color: #868e96;
|
text-decoration-color: #868e96;
|
||||||
|
|
Loading…
Reference in New Issue