techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.9K
active users

RecursiveNeuron :verified:

Credit to @codewithshripal

Nice css Tip to implement smooth scrolling with one line:

.container{
scroll-behavior: smooth;
}

@RecursiveNeuron @codewithshripal wrap that in an @media (prefers-reduced-motion: no-preference) { ... }