Skip to content

Commit

Permalink
login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
uianzin committed Aug 8, 2024
1 parent ca4107c commit 46eccfc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
19 changes: 13 additions & 6 deletions css/estilo.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

.btn3{
margin-top: 30px;
margin-left: 250px;
margin-left: 180px;
}

.btn3 .color3{
Expand Down Expand Up @@ -205,14 +205,14 @@
}

.container {
width: 935px;
height: 520px;
width: 500px;
height: 300px;
border-radius: 20px;
overflow: hidden;
position: absolute;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: translate(-90%, -3%);
box-shadow: 0 5px 10px #888;

}
Expand All @@ -228,12 +228,19 @@
display: none;

}

.imagens one{
width: 25%;
transition: .6s;


}

.imagens {
width: 25%;
transition: .6s;

}
}

.imagens img {
width: 100%;
Expand Down
12 changes: 12 additions & 0 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,15 @@ const mobileNavbar = new MobileNavbar(
'#menu-close'
);
mobileNavbar.init();



let contador = 1

setInterval(function(){

document.getElementById('radio-' + contador).checked = true;
contador ++;


}, 4000)
5 changes: 2 additions & 3 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@
<div class="navigation-login">
<label for="radio-1" class="nav"></label>
<label for="radio-2" class="nav"></label>
<label for="radio-3" class="nav" ></label>
<label for="radio-3" class="nav"></label>
<label for="radio-4" class="nav"></label>
</div>

</section>

<h4 class="subTextLogin">Se você deseja aprimorar suas habilidades em redação e se preparar
para exames de vestibular, o RedatorPRO é a solução ideal.<span class="surgir"> Cadastre-se</span></h4>
<span class="surgir"></span>
<div class="btn3">
<a class="color3" href="landingpage.html"><b>Saiba Mais</b></a>
</div>
Expand Down

0 comments on commit 46eccfc

Please sign in to comment.