# My Custom css on Hashnode

### Scroll Smooth on Table of Contents
Add this on custom css articles

```
html{
    scroll-behavior: smooth;
}
``` 
**Example**

![Example.gif](https://cdn.hashnode.com/res/hashnode/image/upload/v1642172443177/fYoa09d6bv.gif)
### Margin & Border Radius on Cover Post
```
.css-1mno1ba{
    margin-top: 20px;
}
.css-1jqt27n{
    border-radius: 10px;
}
```
**Example**

![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1643189279382/BHZFrt4BT.png)

