CSS   99
custamized table css
Guest on 17th March 2023 12:23:28 AM


  1.  
  2. .table_height_set td
  3. {
  4.    vertical-align: middle !important;
  5.    padding: 0px 5px !important;
  6. }
  7. .table_height_set
  8. {
  9.     width: 100%;
  10. }
  11. .table_height_set thead, tbody, tr, td, th { display: block; }
  12. .table_height_set tr:after
  13. {
  14.     content: ' ';
  15.     display: block;
  16.     visibility: hidden;
  17.     clear: both;
  18. }
  19. .table_height_set thead th
  20. {
  21.     height: 46px;
  22.  
  23.     /*text-align: left;*/
  24. }
  25. .table_height_set tbody td, thead th
  26. {
  27.     width: 20%;
  28.     float: left;
  29.     text-align: center;
  30. }
  31. .outline-cls
  32. {
  33.     border:none;
  34.     text-align: center;
  35. }
  36. .set-no-padding
  37. {
  38.     padding: 0px;
  39. }

Raw Paste

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