HTML smooth scrolling effect using CSS only.
For the past couple of years we all used JS in order to have a scrolling effect, but now we can easily do so with just a single line of code. For a HTML document, while going from a one end to another end of the page we use #id of the blocks. Then we later use JavaScript to have a smooth scrolling effect with animations and delays.