Advertisement
katubug

problem 1 css

Apr 20th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. body {
  2. color:#242424;
  3. font-family:Verdana, Geneva, Tahoma, sans-serif;
  4. font-weight: 400;
  5. }
  6.  
  7. th {
  8. background:#378068;
  9. color: #e8e8e8;
  10. font-size: 1.5em;
  11. }
  12.  
  13. td, th {
  14. padding: 10px 15px 10px 15px;
  15. border-left: 1px solid #ada693;
  16. }
  17.  
  18. table {
  19. font-size:small;
  20. width:800px;
  21. border-collapse:collapse;
  22. }
  23.  
  24. tr:nth-child(odd) {
  25. background-color: #e0dac8;
  26. }
  27.  
  28. .curveleft {
  29. border-top-left-radius: 5px;
  30. }
  31.  
  32. .curveright {
  33. border-top-right-radius: 5px;
  34. }
  35.  
  36. .form {
  37. list-style:none;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement