CSS - Circle shape

0 votes
161 views
added May 24, 2018 in CSS by LC Marshal Captain (25,790 points)
.circle {
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...