首页 工具
🔴

CSS 圆角生成器

border-radius 可视化编辑器

CSS 代码

Frequently Asked Questions

What is 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.

Can I create different shapes?

Yes, by combining different radius values, you can create circles (50%), pills, leaf shapes, and many other creative shapes.

Does it support percentage values?

Yes, you can use both pixel (px) and percentage (%) values. Percentage values are relative to the element's dimensions.