css如何只显示上下边框

2024-10-14 00:15:42

1、新建一个html文件,命名为test.html,用于讲解css如何只显示上下边框。

css如何只显示上下边框

3、在test.html文件内,设置div的class属性为mthree。

css如何只显示上下边框

5、在css标签内,再使用border-top属性和border-bottom属性设置上下边框的样式,定义其边框宽度为5px,边框线型为实线,边框颜色为红色。

css如何只显示上下边框
猜你喜欢