Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css rounded corners

/* Set rounded corners with border-radius property */

.class {
  border-radius: 4px;
}

.circle {
  border-radius: 50%;
}
 
PREVIOUS NEXT
Tagged: #css #rounded #corners
ADD COMMENT
Topic
Name
9+7 =