TEXT   55
css table
Guest on 2nd February 2023 01:14:02 AM


  1. body {
  2.     padding-top: 65px;
  3. }
  4. /*
  5. .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  6.   background-color: #FC9A24;
  7. }*/
  8.  
  9. .table td, .table th, .table tbody>tr>td.vert-align,  .table thead>tr>th.vert-align {
  10.         text-align: center;
  11.         vertical-align: middle;
  12. }

Raw Paste

Login or Register to edit or fork this paste. It's free.