码迷,mamicode.com
首页 > Web开发 > 详细

html5-边框属性

时间:2017-10-07 17:41:57      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:dash   html5   bottom   one   double   ack   nbsp   round   bsp   

div{
    width: 500px;
    height: 300px;
    background: rgba(122,30,60,0.5);
    border: 2px dotted green;
    border-width: 5px 10px 15px 20px;
    /*border-style: none;
    border-style: dashed;
    border-style: double;
    border-style: groove;
    border-style: ridge;*/
    border-style: outset;
    border-color: blue red;
    border-bottom: 5px solid black;
}

html5-边框属性

标签:dash   html5   bottom   one   double   ack   nbsp   round   bsp   

原文地址:http://www.cnblogs.com/houweidong/p/7635050.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!