提问人:Алексей Синельник 提问时间:10/5/2023 更新时间:10/5/2023 访问量:51
告诉我如何使按钮四舍五入,使其看起来像图片中所示
Tell me how to round the button so that it looks like in the picture
答:
0赞
Sparsh Maheshwari
10/5/2023
#1
在这里,您可以使用 CSS 属性 border-radius 来执行此操作
您可以使用以下命令制作这种类型的按钮
border-bottom-left-radius: __px;
border-bottom-right-radius: __px;
就像这样
您必须点击并跟踪 Border Radius 属性
你也可以访问 MDN 以获取有关此主题的更多信息
MDN 链接
评论