-Annie-

styles-for-exam-results

Sep 4th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. table, th, td {
  2.     border: 1px solid black;
  3. }
  4. table {
  5.     width: 25%;
  6. }
  7. tfoot {
  8.     text-align: right;
  9. }
  10. .first-thead {
  11.     text-align: center;
  12.     font-weight: bold;
  13.     font-size: 23px;
  14. }
Add Comment
Please, Sign In to add comment