How to create a circle shape in css

Create a Circle Shape in Css

13
STEPS
TOOLS

First, create a

on your html document.

Give a class to this this div like this

.

Then on your CSS stylesheet, add .circle{ width:200px; height:200px; border-radius:200px; }

Add the proper prefixes and that's it ! You just created a CSS circle shape.

The creator of this guide has not included tools