braveheart1989

International-Employees-Style

Jul 10th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. table td{
  2.     border: thin solid #E2E5DF;
  3. }
  4. th {
  5.     background-color: #57BA08;
  6.     border: thin #cad5bc ;
  7.     font-weight: normal;
  8.     text-align: left;
  9. }
  10. table tr td  {
  11.  
  12.     padding-right: 20px;
  13. }
  14. #germany:before {
  15.     background-image: url("Germany.jpg");
  16.     background-size: 10px 10px;
  17.     display: inline-block;
  18.     width: 10px;
  19.     height: 10px;
  20.     content:"";
  21. }
  22. #uk:before {
  23.     background-image: url("UK.png");
  24.     background-size: 10px 10px;
  25.     display: inline-block;
  26.     width: 10px;
  27.     height: 10px;
  28.     content:"";
  29. }
  30. .mexico:before {
  31.     background-image: url("Mexico.jpg");
  32.     background-size: 10px 10px;
  33.     display: inline-block;
  34.     width: 10px;
  35.     height: 10px;
  36.     content:"";
  37. }
  38. tr:nth-child(2n) {
  39.     background-color: #EDECDA;
  40. }
Add Comment
Please, Sign In to add comment