Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. /**Endangered and Extinct Species List
  2. * The first commented line is your dabblet’s title
  3. */
  4.  
  5. body {
  6. background: linear-gradient(90deg, tan, #040, tan)
  7. }
  8. h1 {
  9. font-size: 50px;
  10. text-shadow: 2px 3px black;
  11. color: white;
  12. text-align: center
  13. }
  14. h2 {
  15. font-size: 28px;
  16. text-shadow: 2px 3px black;
  17. color: white;
  18. text-align: center
  19. }
  20. h3 {
  21. font-size: 40px;
  22. color: white;
  23. }
  24. th {
  25. text-shadow: 3px 3px black;
  26. }
  27. p {
  28. text-align: center;
  29. font-size:22px;
  30. color: white;
  31. text-shadow: 2px 3px black;
  32. }
  33.  
  34. a {
  35. text-shadow: 1px 2px black;
  36. color: white;
  37. }
  38.  
  39. th {
  40. color: white;
  41. font-size: 30px;
  42. text-align: center;
  43. }
  44.  
  45. td {
  46. font-size: 20px;
  47. text-align: center;
  48. }
  49.  
  50. table, th, td {
  51. text-align: center;
  52. border: 4px solid white;
  53. border-collapse: collapse;
  54. padding: 4px;
  55. }
  56.  
  57. min-height: 100%;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement