Skip to content

Challenge Make Circular Images with a Border Radius

SaintPeter edited this page · 1 revision
Clone this wiki locally

You can also use percentage to border-radius to make things round.

.thick-green-border {
  border-color: green;
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
}
Something went wrong with that request. Please try again.