Answers for "how to shape buttons on css"

7

round button css

.btn {
  display:block;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  border: 1px solid red;
  
}
Posted by: Guest on March-16-2020

Code answers related to "how to shape buttons on css"

Browse Popular Code Answers by Language