<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>un très bon produit ne réside pas seulement en son</span>
+ <span>making a great product is not only about user interface</span>
</h1>
<h1 class="line secondblock">
- <span>interface utilisateur ou ses fonctionnalités.</span>
+ <span>and functionality. even more important is everything</span>
</h1>
<h1 class="line thirdblock">
- <span>Le plus important est tout ce qui se passe derrière.</span>
+ <span>that is happening in behind the scenes.</span>
</h1>
</div>
overflow: hidden;
left: 84px;
z-index: 4;
- top: 330px;
- width: 366px; }
+ top: 408px;
+ width: 401px; }
.line::before {
content: "";
top: 0;
.secondblock {
letter-spacing: -0.15px;
z-index: 3;
- top: 351px;
- width: 320px; }
+ top: 427px;
+ width: 376px; }
.secondblock::before {
animation: rev-block 0.5s ease-out forwards;
animation-delay: 1.3s; }
.thirdblock {
letter-spacing: -0.15px;
z-index: 2;
- top: 372px;
- width: 360px; }
+ top: 446px;
+ width: 274px; }
.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:330px,$width: 366px, $line_delay:0s)
+ @include line($top:408px,$width: 401px, $line_delay:0s)
.secondblock
letter-spacing: -0.15px
z-index: 3
- @include line($top: 351px, $width: 320px,$line_delay:0.3s)
+ @include line($top: 427px, $width: 376px,$line_delay:0.3s)
.thirdblock
letter-spacing: -0.15px
z-index: 2
- @include line($top: 372px, $width: 360px,$line_delay:0.6s)
+ @include line($top: 446px, $width: 274px,$line_delay:0.6s)
@keyframes rev-block
0%