8 lines
79 B
CSS
8 lines
79 B
CSS
|
html {
|
||
|
font-family: "Poppins", sans-serif;
|
||
|
}
|
||
|
|
||
|
* {
|
||
|
scroll-behavior: smooth;
|
||
|
}
|