My Custom css on Hashnode
Scroll Smooth on Table of Contents
Add this on custom css articles
html{
scroll-behavior: smooth;
}
Example
Margin & Border Radius on Cover Post
.css-1mno1ba{
margin-top: 20px;
}
.css-1jqt27n{
border-radius: 10px;
}
Example
blog.alim.my.id1 min read