border为css中设置边框的单标签,属性如下:
1.**px;设置边框像素
2.border-style:设置样式(solid实线,dashed虚线, dotted点线)
注:border-style与**px可以省略写在一起
例:border:3pxsolid;
3.border-color:可以设置一个元素的所有边框中可见部分的颜色,或者为4个边分别设置不同的颜色(顺序为上,右,下,左)
用法:border-color:redblue yellow green
用法如下:
border为css中设置边框的单标签,属性如下:
1.**px;设置边框像素
2.border-style:设置样式(solid实线,dashed虚线, dotted点线)
注:border-style与**px可以省略写在一起
例:border:3pxsolid;
3.border-color:可以设置一个元素的所有边框中可见部分的颜色,或者为4个边分别设置不同的颜色(顺序为上,右,下,左)
用法:border-color:redblue yellow green
用法如下: