该属性用于设置左边的边框的大小。
<!-- 设置 div 容器左边的边框为 5px --> <!-- 指定 border-left-width 需要先指定 border-left-style --> <div style="width:100px; height:100px; border-left-width:5px; border-left-style:solid;"></div>
显示效果