hero.html 978 B

12345678910111213141516171819
  1. <section class="sec-hero">
  2. <div class="container">
  3. <div class="row">
  4. <div class="col-md-6">
  5. <h2 class="hero-title">製作影片 一鍵合成</h2>
  6. <p class="hero-txt">輸入文字素材,即速產生影片<br>
  7. 創作影片,不再需要錄影機、演員、麥克風繁雜器材。<br>
  8. 大幅省下時間、人力、器材成本。</p>
  9. <button class="hero-btn">立即開始</button>
  10. </div>
  11. <div class="col-md-6" style="position: relative;">
  12. <img src="img/背景-紫.png" alt="" width="100px" class="hero-purple">
  13. <img src="img/背景-橘.png" alt="" width="150px" class="hero-orange">
  14. <img src="img/背景-橘.png" alt="" width="70px" class="hero-orange-s">
  15. <div class="hero-imgfr"><img src="img/電腦.png" alt=""></div>
  16. </div>
  17. </div>
  18. </div>
  19. </section>