I have the following HTML structure
Some text goes here Dif 4条回答 无人共我 (楼主) 2021-01-18 06:29 You could also give border-right: 1px solid #000; only to your first div if this div is longer than second div and if second div is longer you could assign border-left: 1px solid #000; only to your second div. 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
You could also give border-right: 1px solid #000; only to your first div if this div is longer than second div and if second div is longer you could assign border-left: 1px solid #000; only to your second div.
border-right: 1px solid #000;
border-left: 1px solid #000;