前端工程开发师02_day_020_边框的其他用法

/单独设置某一条边框/
border-bottom:4px solid blue;
border-right:4px solid blue;

/如何设置点线的边框/
border:4px dotted blue;

/如何设置虚线的边框/
border:4px dashed blue;

/如何设置实线的边框/
border:4px solid blue;

你可能感兴趣的:(前端工程开发师02_day_020_边框的其他用法)