Answers for "how to create a curve in the button in html"

7

how to curve button in html

.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 create a curve in the button in html"

Browse Popular Code Answers by Language