Advertisement
cypherine

pokemonbattle.html

Jan 19th, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1. <header>
  2.   <img class="logo" title="Reset Game" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/2000px-International_Pok%C3%A9mon_logo.svg.png" alt="Pokemon">
  3. </header>
  4.  
  5. <main>
  6.   <div class="instructions">
  7.     <p>Choose your hero</p>
  8.   </div>
  9.  
  10.   <section class="characters"></section>
  11.  
  12.   <section class="stadium">
  13.     <section class="enemy"></section>
  14.     <section class="hero"></section>
  15.   </section>
  16.  
  17.  
  18.   <ul class="attack-list"></ul>
  19. </main>
  20.  
  21.  
  22. <div class="audio">
  23.   <audio class="sfx"></audio>
  24.   <audio class="music" loop></audio>
  25. </div>
  26.  
  27. <div class="modal-out">
  28.   <div class="modal-in">
  29.     <header></header>
  30.     <section></section>
  31.     <footer></footer>
  32.   </div>
  33. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement