gpt4 book ai didi

CSS 样式 : Curvature of the table's edge (top only)

转载 作者:太空宇宙 更新时间:2023-11-03 20:18:53 25 4
gpt4 key购买 nike

我正在尝试使表格的左上角和右上角呈圆形,但应用以下代码也会使左下角和右下角呈圆形。知道如何解决吗?

/* sets the curvature of the box */
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;

最佳答案

仅指定左上角和右上角:

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

border-radius.com是以这种方式创建边界半径的有用的快速工具。

关于CSS 样式 : Curvature of the table's edge (top only),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15087163/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com