Skip to content

Commit

Permalink
Correção do Roda-pé da página de Login
Browse files Browse the repository at this point in the history
  • Loading branch information
LowhanAquino committed Dec 26, 2023
1 parent 92efa14 commit 378a46e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions Sing-In.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<style>
html,body{
height: 100%;
background-image: url('./Projeto-One-Piece/src/imagens/one-piece-anime-artwork-i6-2560x1700.jpg');
background-image: url('./src/imagens/one-piece-anime-artwork-i6-2560x1700.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;


}
.Sing_In{
.Sing_In {
display: flex;
flex-wrap: wrap;
flex-direction: column;
Expand All @@ -21,6 +22,7 @@
justify-content: center;
font-size: 25px;


}
.form{
display: flex;
Expand Down Expand Up @@ -48,12 +50,13 @@
}
footer{
display:flex;
width:100%;
height:50px;
background-color: black;
align-items: center;
justify-content: center;
position: relative;
top:300px;
font-size:20px;
color: white;
margin: 0 auto;
color:black;

}

</style>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 class="nome-personagem">Monkey D. Luffy</h2>
<p class="descricao">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nobis aperiam, doloremque,
facilis earum deleniti sequi magnam perferendis nisi alias consequatur ipsam velit, esse labore possimus
laborum et tenetur culpa est!</p>
<div class="sing"><a href="http://127.0.0.1:5500/Sing-In.html"><button>Sing In</button></a></div>
<div class="sing"><a href="http://127.0.0.1:5500/Projeto-One-Piece/Sing-In.html?text=&password="><button>Sing In</button></a></div>
</div>

</div>
Expand Down

0 comments on commit 378a46e

Please sign in to comment.