Answers for "round corners of element css"

CSS
4

how to round the corners of a div outline in css

div {
  outline: auto;
  outline-style: round;
}
Posted by: Guest on September-12-2020
0

round 2 corners of div css

border-bottom-left-radius: 50%;
Posted by: Guest on September-05-2021

Browse Popular Code Answers by Language