Aze*_*eez -2 html css shortcut css3
为了使用CSS样式呈现Oval,我在某些网站中找到了以下CSS规则
#oval {
width: 200px;
height: 100px;
background: red;
-webkit-border-radius: 100px / 50px;
-moz-border-radius: 100px / 50px;
border-radius: 100px / 50px;
}
Run Code Online (Sandbox Code Playgroud)
但100px/50px意味着什么?
CSS中的/(斜杠)是什么意思?我们可以在哪里使用这种简写注释?
| 归档时间: |
|
| 查看次数: |
521 次 |
| 最近记录: |