Answers for "how to give circular shape to div using css"

CSS
0

circular div css

.circle {
  height: 50px;
  width: 50px;
  background-color: #bbb;
  border-radius: 50%;
}
Posted by: Guest on September-03-2021

Code answers related to "how to give circular shape to div using css"

Browse Popular Code Answers by Language