Advertisement
jxsl13

Untitled

Apr 24th, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. html, body {
  2. position: relative;
  3. display: block;
  4. height: auto;
  5. width: 100%;
  6. background-color: #29273D;
  7. }
  8.  
  9. html, body, h1, p, div, table, th, tr, td, ul, li {
  10. font-family: monaco, sans-serif;
  11. color: #C5A297;
  12. }
  13.  
  14. h1 {
  15. text-align: center;
  16. text-decoration: underline;
  17. }
  18.  
  19. ul {
  20. list-style: none;
  21. margin-left:auto;
  22. margin-right:auto;
  23. }
  24.  
  25. table {
  26. border-collapse: collapse;
  27. text-align: left;
  28. border-spacing: 10px 2px;
  29. }
  30.  
  31. .noten-liste {
  32. position: relative;
  33. display: block;
  34. }
  35. .best-grade {
  36. color: #A2D554;
  37. }
  38. .failed {
  39. color: #E04428;
  40. }
  41. table.centered {
  42. margin-left:auto;
  43. margin-right:auto;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement