Guest User

Untitled

a guest
Jan 17th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. .box > div > div > div > div{
  6. background: #ff0000;
  7. }
  8. </style>
  9. </head>
  10. <body>
  11. <div class="box">
  12. <div>
  13. The first paragraph.
  14. <div>
  15. The second paragraph.
  16. <div>
  17. The third paragraph.
  18. <div>
  19. The fourth paragraph. (tip)
  20. </div>
  21. </div>
  22. </div>
  23. </div>
  24. </div>
  25. </body>
  26. </html>
Add Comment
Please, Sign In to add comment