“Div Circle” Respostas de código

círculo css


    #circle {
      width: 100px;
      height: 100px;
      background: red;
      border-radius: 50%
    }
  
Combative Cowfish

Div Circle

.circle {
  border-radius: 50%;
  height: 100px; /* Change the size to fit your needs */
  width: 100px;
} 
LiteMan

Respostas semelhantes a “Div Circle”

Perguntas semelhantes a “Div Circle”

Procure respostas de código populares por idioma

Procurar outros idiomas de código