Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. body {
  2. background: orange;
  3. }
  4.  
  5. h1 {
  6. background: blue;
  7. }
  8. h2 {
  9. background: limegreen;
  10. }
  11. h3 {
  12. background: aqua;
  13. }
  14. h4 {
  15. background: blueviolet;
  16. }
  17. h5 {
  18. background: fuchsia;
  19. }
  20. p {
  21. background: steelblue;
  22. }
  23. img {
  24. border: 4px solid white;
  25. }
  26. div {
  27. border: 4px solid fuchsia;
  28. }
  29. section {
  30. border: 12px solid yellow;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement