Answers for "How to give buttons rounded corners 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 give buttons rounded corners css"

Browse Popular Code Answers by Language