Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. HTML
  2. <div class="contain" role="main">
  3. <nav class="menu-nav" role="navigation">
  4. <li class="H01"onclick="document.body.style.backgroundColor = 'green';">01:00</li>
  5. <li class="H02"onclick="document.body.style.backgroundColor = 'yellow';">02:00</li>
  6. </nav>
  7. </div>
  8.  
  9. CSS
  10. body {
  11. background-color: blue;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement