-Annie-

styles-for-Simple-Table

Sep 4th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. img {
  2.     width: 174px;
  3.     height: 174px;
  4. }
  5.  
  6. tr {
  7.     float: left;
  8. }
  9.  
  10. th{
  11.     font-size: 36px;
  12. }
  13.  
  14. .subheader {
  15.     display: -moz-inline-box;
  16.     font-weight: bold;
  17. }
  18.  
  19. tbody:before {
  20.     content: "-";
  21.     display: block;
  22.     line-height: 3em;
  23.     color: transparent;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment