Advertisement
coasterka

#4ExamResultsCSS

Jun 5th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. table, th, td {
  2.     border: 1px solid black;
  3.     font-family: Arial;
  4. }
  5.  
  6. tbody th {
  7.     text-align: center;
  8.     font-weight: bold;
  9. }
  10.  
  11. thead {
  12.     font-family: Bodoni, Arial, Times;
  13.     font-size: 24px;
  14.     font-weight: 500;
  15. }
  16.  
  17. tbody {
  18.     font-family: Times;
  19.     font-size: 15px;
  20.     font-weight: normal;
  21.     text-align: left;
  22. }
  23.  
  24. tfoot {
  25.     font-family: Times;
  26.     font-size: 15px;
  27.     font-weight: normal;
  28.     text-align: right;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement