ovictoraurelio

Untitled

Mar 7th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <style>
  5. div h1 {
  6. color: black
  7. }
  8.  
  9. .clicked ~ h1 {
  10. color: #ccc
  11. }
  12. </style>
  13.  
  14. <div>
  15. <h1>oiaoeiaoeiae</h1>
  16. <h1>oiaoeiaoeiae</h1>
  17.  
  18. <h1>oiaoeiaoeiae</h1>
  19. <h1>oiaoeiaoeiae</h1>
  20.  
  21. <h1>oiaoeiaoeiae</h1>
  22. <h1 class="clicked">marcador</h1>
  23. <h1>oiaoeiaoeiae</h1>
  24. <h1>agieihaghieag</h1>
  25. </div>
  26.  
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment