<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>facilitez l'accès aux contenus</span>
+ <span>with truly functional tabs</span>
</h1>
<h1 class="line secondblock">
- <span>de votre catalogue interactif</span>
+ <span>simplify access to your content</span>
</h1>
</div>
left: 84px;
z-index: 4;
top: 201px;
- width: 212px; }
+ width: 190px; }
.line::before {
content: "";
top: 0;
letter-spacing: -0.15px;
z-index: 3;
top: 221px;
- width: 212px; }
+ width: 222px; }
.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:201px,$width: 212px, $line_delay:0s)
+ @include line($top:201px,$width: 190px, $line_delay:0s)
.secondblock
letter-spacing: -0.15px
z-index: 3
- @include line($top: 221px, $width: 212px,$line_delay:0.3s)
+ @include line($top: 221px, $width: 222px,$line_delay:0.3s)
@keyframes rev-block