Text-align class for inside a table

后端 未结 20 1351
灰色年华
灰色年华 2020-11-28 00:10

Is there a set of classes in Twitter\'s Bootstrap framework that aligns text?

For example, I have some tables with $ totals that I want aligned to the r

20条回答
  •  野性不改
    2020-11-28 00:55

    Here is a short and sweet answer with an example.

    table{
        width: 100%;
    }
    table td, table th {
        border: 1px solid #000;
    }
    
    
    
    
      
    Text align left. Text align center. Text align right.
    Text align left. Text align center. Text align right.

提交回复
热议问题