Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Kauany7492 authored Aug 19, 2024
1 parent 99cd4c4 commit 7d9a8a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</header>

<section id="inicio">
<h1>Seja Parceiro</h1>
<h1 class="titulo">Seja Parceiro</h1>
<img class="fundo" src="fundo.png">
</section>

Expand Down
13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@
padding: 0;
}

#inicio{
display: flex;
}

.titulo{
justify-content: center;
}

.fundo{
width: 100vw;
height: auto;
}

body{
background-color: #FBF4E8;
}
Expand Down

0 comments on commit 7d9a8a5

Please sign in to comment.