Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css scaling border radius

// to scale a border-radius based upon the element size it is nested in. (rounded corners)
// simply change the vw number from .1 to 10 or whatever to change the amount of curve.
#box1 {
  border-radius: 2vw;
}
 
PREVIOUS NEXT
Tagged: #css #scaling #border #radius
ADD COMMENT
Topic
Name
6+2 =