CSS里border-bottom-width:thin;是什么意思;什么时候用到 border-bottom-width:thin; border-bottom-width:thin;与boder-bottom:1px solid #000有什么区别;

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/06 18:27:41

CSS里border-bottom-width:thin;是什么意思;什么时候用到 border-bottom-width:thin; border-bottom-width:thin;与boder-bottom:1px solid #000有什么区别;
CSS里border-bottom-width:thin;是什么意思;什么时候用到 border-bottom-width:thin; border-bottom-width:thin;与boder-bottom:1px solid #000有什么区别;

CSS里border-bottom-width:thin;是什么意思;什么时候用到 border-bottom-width:thin; border-bottom-width:thin;与boder-bottom:1px solid #000有什么区别;
thin、medium、thick是边框的细、中、粗意思,只是个懒人写法而已,就好像颜色的#F00可以写成red一样,想要精确设置边框属性,还是用1px solid #000这样子的比较好