Guest User

Untitled

a guest
Mar 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. body {
  2. color: tomato;
  3. }
  4.  
  5. .demo {
  6. color: aquamarine;
  7. }
  8.  
  9. #title {
  10. color: goldenrod;
  11. }
  12.  
  13. h1 {
  14. color: black;
  15. }
  16.  
  17. #heading-id {
  18. color: #BADA55
  19. }
  20.  
  21. .heading-class {
  22. color: blue;
  23. }
Add Comment
Please, Sign In to add comment