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.