I want to achieve the below screen with html and css in angular 8
[![enter image description here][1]][1]
So, my-component.html
file is as shown below:
And my-component.scss
is as shown below:
The bullets are appearing square instead of circle. I am not sure where I am going wrong.