Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to round the corners of a div outline in css

div {
  outline: auto;
  outline-style: round;
}
 
PREVIOUS NEXT
Tagged: #corners #div #outline #css
ADD COMMENT
Topic
Name
7+3 =