CSS table layout: why does table-row not accept a margin?

后端 未结 10 2339
余生分开走
余生分开走 2020-12-12 23:34



        
10条回答
  •  感情败类
    2020-12-13 00:02

    Fiddle

     .row-seperator{
       border-top: solid transparent 50px;
     }
    
    
    Section 1
    row1 1
    row1 2
    Section 2
    row2 1
    row2 2
    #Outline Section 1 row1 1 row1 2 Section 2 row2 1 row2 2

    this can be another solution

提交回复
热议问题