CSS replacement for

后端 未结 7 889
天涯浪人
天涯浪人 2020-12-18 18:33

I know this question has been asked many times, but I never saw a satisfactory answer. I mean, an answer that actually works.

So, here we go again. Take this jsFiddl

7条回答
  •  被撕碎了的回忆
    2020-12-18 18:46

    You can try and style the table as well, like this:

    div {
        width:400px; 
        margin: 0 auto; 
        text-align: center;
    }
    div table {
      margin: 0 auto;
    }
    

提交回复
热议问题