Advertisement
artemsemkin

<!-- grafikdesign.html [next project] -->

Oct 19th, 2020
2,393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <!-- grafikdesign.html [next project] -->
  2. <div class="section-nav-projects__wrapper-image js-transition-img overflow">
  3.   <div class="js-transition-img__transformed-el">
  4.     <picture>
  5.       <source media="(max-width: 1280px)" srcset="img/assets/webdesign/webdesign_mobile.jpg"/>
  6.       <img loading="lazy" class="of-cover" src="img/assets/webdesign/webdesign.jpg" alt="" width="1920" height="1280"/>
  7.     </picture>
  8.   </div>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement