top of page

All Posts

Wix Studio Hover Text Animation[Code]

<div class="wrapper">   <div class="hero">     <h1 class="hero__heading">Travel Guide</h1>   </div>   <div class="hero hero--secondary" aria-hidden="true" data-hero>     <p class="hero__heading">Plan Your Tour</p>   </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js"></script> <style>   @import url("https://fonts.googleapis.com/css?family=Montserrat:700");   * {     box-sizing: border-box;   }   body {     font-fa

bottom of page