<body>
<canvas id="canva" width="602" height="779"></canvas>
<div class="container">
- <!--<img src="bg.png" alt="">-->
+ <!--<img src="bg2.png" alt="">-->
<h1 class="line">
- <span>imaginez que vous ayez un retour direct sur les</span>
+ <span>imagine that you've got direct feedback on</span>
</h1>
<h1 class="line secondblock">
- <span>comportements de votre lectorat</span>
+ <span>what your clients are interested in.</span>
</h1>
</div>
overflow: hidden;
left: 84px;
z-index: 4;
- top: 258px;
- width: 342px; }
+ top: 279px;
+ width: 307px; }
.line::before {
content: "";
top: 0;
.secondblock {
letter-spacing: -0.15px;
z-index: 3;
- top: 278px;
- width: 250px; }
+ top: 299px;
+ width: 251px; }
.secondblock::before {
animation: rev-block 0.5s ease-out forwards;
animation-delay: 1.3s; }
opacity: 0
animation: appear-text 0.5s ease-out forwards
position: relative
- @include line($top:258px,$width: 342px, $line_delay:0s)
+ @include line($top:279px,$width: 307px, $line_delay:0s)
.secondblock
letter-spacing: -0.15px
z-index: 3
- @include line($top: 278px, $width: 250px,$line_delay:0.3s)
+ @include line($top: 299px, $width: 251px,$line_delay:0.3s)
@keyframes rev-block
0%