前端 - CSS3:请问设计图的圆角该如何测量?
怪我咯
怪我咯 2017-04-17 11:26:22
0
1
775

最近学习了CSS3的border-radius属性,请问一下,怎样把设计图的圆角给测量出来呢?谢谢!

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
巴扎黑

Use auxiliary lines in PS to measure the radius of the fillet;
In addition, border-radius can use the / tag, for example: border-radius: 35px 25px 30px 20px / 35px 25px 15px 30px;, so that the two lower rounded corners are ellipses, and the lower right corner x The axis radius is 30px, the y-axis radius is 15px, the x-axis radius of the lower left corner is 20px, and the y-axis radius is 30px. I hope it will be helpful to your study.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!