Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.35 KB | None | 0 0
  1. <section class="news__head" style="background-image: url('img/news.jpg')">
  2.       <div class="container news__head-container">
  3.         <div class="news__head-main wow slideInLeft">
  4.           <div class="news__head-main-date">25.06.19</div>
  5.           <a href="#" class="news__head-main-title">Audi Q5 is a compact luxury crossover SUVs produced by the German luxury car</a>
  6.         </div>
  7.         <div class="news__head-panel">
  8.           <div class="news__head-panel-item wow slideInRight">
  9.             <a href="#">
  10.               <div class="news__head-panel-item-img-box" style="background-image: url('img/news.jpg')">
  11.                 <span class="news__head-panel-item-date">25.06.19</span>
  12.               </div>
  13.               <div class="news__head-panel-item-title">luxury crossover SUVs produced by the German luxury car</div>
  14.             </a>
  15.           </div>
  16.           <div class="news__head-panel-item wow slideInRight">
  17.             <a href="#">
  18.               <div class="news__head-panel-item-img-box" style="background-image: url('img/head-bg.jpg')">
  19.                 <span class="news__head-panel-item-date">25.06.19</span>
  20.               </div>
  21.               <div class="news__head-panel-item-title">Welcome to the Audi Q5 is a compact luxury crossover SUVs produced</div>
  22.             </a>
  23.           </div>
  24.         </div>
  25.       </div>
  26.     </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement