Vertical border between floating DIVs using CSS

前端 未结 4 563
别那么骄傲
别那么骄傲 2021-01-18 05:52

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.

提交回复
热议问题