来源:自学PHP网 时间:2018-02-08 10:48 作者: 阅读:次
[导读] CSS border-top属性是用于设置元素顶部边框的宽度,颜色和样式的简写属性。...
border-top属性是用于设置元素顶部边框的宽度,颜色和样式的简写属性。
border-top-style: dotted; border-top: thick green; 上面的代码等效于: border-top-style: dotted; border-top: none thick green; 由于在 官方语法border-top: <line-width> || <line-style> || <color> 参数:
border-top-width: medium border-top-style: none border-top-color: currentColor 下面是 border-top: 1px; border-top: 2px dotted; border-top: medium dashed blue; 在线演示下面的例子为元素顶部边框设置10像素的绿色实线边框。 顶部边宽度为10像素绿色实线
浏览器支持所有的现代浏览器都支持 |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com