HTML Make a circle code

 HTML Make a circle code 


Use code 


.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}


MAKE CIRCLE



HTML CIRCLE VIA CODEQ





Comments