Answers for "hacer un circulo con border radius"

1

hacer un circulo con border radius

.circulo {
     width: 100px;
     height: 100px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #5cb85c;
}
Posted by: Guest on June-28-2021

Browse Popular Code Answers by Language