Advertisement
Guest User

Extra Info

a guest
Jun 28th, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.02 KB | None | 0 0
  1.         <body>
  2.           <div class="gallery">
  3.             <a target="_blank" href="Icon_pyro.jpg">
  4.               <img src="Icon_pyro.jpg" alt="Pyro" width="256" height="256">
  5.             </a>
  6.             <div class="desc">Pyro</div>
  7.           </div>
  8.          
  9.           <div class="gallery">
  10.             <a target="_blank" href="Icon_scout.jpg">
  11.               <img src="Icon_scout.jpg" alt="Scout" width="256" height="256">
  12.             </a>
  13.             <div class="desc">Scout</div>
  14.           </div>
  15.          
  16.           <div class="gallery">
  17.             <a target="_blank" href="Icon_spy.jpg">
  18.               <img src="Icon_spy.jpg" alt="Spy" width="256" height="256">
  19.             </a>
  20.             <div class="desc">Spy</div>
  21.           </div>
  22.          
  23.           <div class="gallery">
  24.             <a target="_blank" href="Icon_soldier.jpg">
  25.               <img src="Icon_soldier.jpg" alt="Soldier" width="256" height="256">
  26.             </a>
  27.             <div class="desc">Soldier</div>
  28.           </div>
  29.         </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement