feat: smooth scrolling
This commit is contained in:
parent
3707ac17e6
commit
be359915d7
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://webcomponent.io/reset.css" />
|
<link rel="stylesheet" href="https://webcomponent.io/reset.css" />
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
|
Loading…
Reference in a new issue