Answers for "how to round the edges of a box html"

CSS
0

how to round the edges of a box html

.box {
  border-radius: 25px;
}
Posted by: Guest on March-04-2022

Code answers related to "how to round the edges of a box html"

Browse Popular Code Answers by Language