border-radius
div.semi-circle{
height:50px;
width:100px;
background:#9da;
border-radius:50px ;
}求问border-radius中50px的意思;
div.semi-circle{
height:50px;
width:100px;
background:#9da;
border-radius:50px 50px 0px 0px;
}不懂两个border-radius代表的意思,求指点
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
border-radius?-PHP中文网问答-border-radius?-PHP中文网问答
围观一下哦,学习一下。
border-radius:单个值是表示四个角都圆50px, border-radius:50px 50px 0px 0px;表示左上角 右上角分别是50px 右下角 左下角 分别是0px