<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>nous ne proposons pas de multiples offres aux tarifs</span>
+ <span>we don't offer different versions with increasing prices</span>
</h1>
<h1 class="line secondblock">
- <span>exponentiels. nous pensons que tout le monde doit avoir</span>
+ <span>we believe that everybody should get the best for a</span>
</h1>
<h1 class="line thirdblock">
- <span>le meilleur pour un budget raisonnable.</span>
+ <span>reasonable budget.</span>
</h1>
</div>
overflow: hidden;
left: 54px;
z-index: 4;
- top: 248px;
- width: 383px; }
+ top: 240px;
+ width: 406px; }
.line::before {
content: "";
top: 0;
.secondblock {
letter-spacing: -0.15px;
z-index: 3;
- top: 269px;
- width: 406px; }
+ top: 259px;
+ width: 373px; }
.secondblock::before {
animation: rev-block 0.5s ease-out forwards;
animation-delay: 1.3s; }
.thirdblock {
letter-spacing: -0.15px;
z-index: 2;
- top: 290px;
- width: 288px; }
+ top: 278px;
+ width: 143px; }
.thirdblock::before {
animation: rev-block 0.5s ease-out forwards;
animation-delay: 1.6s; }
opacity: 0
animation: appear-text 0.5s ease-out forwards
position: relative
- @include line($top:248px,$width: 383px, $line_delay:0s)
+ @include line($top:240px,$width: 406px, $line_delay:0s)
.secondblock
letter-spacing: -0.15px
z-index: 3
- @include line($top: 269px, $width: 406px,$line_delay:0.3s)
+ @include line($top: 259px, $width: 373px,$line_delay:0.3s)
.thirdblock
letter-spacing: -0.15px
z-index: 2
- @include line($top: 290px, $width: 288px,$line_delay:0.6s)
+ @include line($top: 278px, $width: 143px,$line_delay:0.6s)
@keyframes rev-block
0%