mjc65

TableVeritcalAlign

Feb 6th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. table   {
  2.             border-style:solid;
  3.             border-color:green;
  4.             border-width:5px;
  5.             border-spacing:5px;
  6.             width:75%;
  7.             text-align:center;
  8.         }
  9.        
  10. th, td  {
  11.             padding:10px;
  12.             height:150px;
  13.             vertical-align:top;
  14.         }
Advertisement
Add Comment
Please, Sign In to add comment