标签: html css border
我目前有一个元素在其一侧有一个实线边框,我该如何将边框设为双线?
当前边框的代码位于以下...
border-top:1px solid #CCC;
答案 0 :(得分:7)
border-top:3px double #CCC;
有双重风格类型。