Guest User

Untitled

a guest
Jan 12th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. *{
  2. margin: 7;
  3. padding: 6;
  4.  
  5. }
  6.  
  7.  
  8. }
  9.  
  10. body {
  11. background-color: lightblue;
  12. }
  13.  
  14. h1 {
  15. color: grey;
  16. text-align: center;
  17. }
  18.  
  19. p {
  20. font-family: verdana;
  21. font-size: 25px;
  22. }
  23.  
  24. table, th, td {
  25. border: 1px solid black;
  26. border-collapse: collapse;
  27. {
  28. .button1 {
  29. background-color: white;
  30. color: black;
  31. border: 2px solid #4CAF50; /* Green */
  32. }
Advertisement
Add Comment
Please, Sign In to add comment