CSS: Set border to half width

前端 未结 7 1012
说谎
说谎 2021-02-12 21:57

Consider following:

...
.box{ width:500px; border-bottom: 1px solid #ccc; }

It will set the bot

7条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-12 22:38

    I would suggest doing something like this, works well in Firefox

    
    
    
    
    
    
    
    some data

提交回复
热议问题