smooth transition

This commit is contained in:
etherware-novice 2024-08-21 07:15:41 -05:00
parent 3bd3287017
commit 83ead816f9
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701

View File

@ -15,6 +15,11 @@ html, body {
cursor: url("/cursor.png"),auto;
}
:not(#sprite) {
transition: 0.3s ease-in-out;
scroll-behavior: smooth;
}
h1 {
margin: 1px;
padding: 8px;