border-radius 可视化编辑器
The CSS border-radius property rounds the corners of an element. You can set different values for each corner to create shapes from rounded rectangles to circles.
Yes, by combining different radius values, you can create circles (50%), pills, leaf shapes, and many other creative shapes.
Yes, you can use both pixel (px) and percentage (%) values. Percentage values are relative to the element's dimensions.