FroyoXSG

2020-09-02 core-konstanten.css

Sep 2nd, 2020 (edited)
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. table, th, td {
  2.     border: 1px solid #000000;
  3. }
  4.  
  5. th {
  6.     background-color: #000000;
  7.     color: #FFFFFF;
  8. }
  9.  
  10. tr:nth-child(even) {
  11.     background-color: #f2f2f2;
  12. }
  13.  
  14. td:nth-child(1) {
  15.     background-color: #000000;
  16.     color: #FFFFFF;
  17.     font-weight: bold;
  18. }
Add Comment
Please, Sign In to add comment