Przeglądaj źródła

add smooth scrolling

godalming123 3 lat temu
rodzic
commit
f28567ecb6
Brak konta powiązanego z e-mailem autora
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6
    0
      index.md

+ 6
- 0
index.md Wyświetl plik

1
+<style>
2
+  html {
3
+    scroll-behavior: smooth; /* smooth scrolling */
4
+  }
5
+</style>
6
+
1
 Light - A program to control backlights (and other hardware lights) in GNU/Linux
7
 Light - A program to control backlights (and other hardware lights) in GNU/Linux
2
 ==================================================
8
 ==================================================
3
 
9