An underrated feature of CSS
Let me ask you a question, How are you going to make a circle with green filled inside it?
And probably your answer to that question would be something like this
.container {
height: 100px;
width: 100px;
border-radius: 50%;
background-color: ...
anujsingh.hashnode.dev2 min read
Kerry Owston
Web Developer
Thanks, very useful to know, I will give this a try.