Skip to content

Commit

Permalink
iniciando o conteudo
Browse files Browse the repository at this point in the history
  • Loading branch information
andradejao committed Apr 2, 2024
1 parent 752c459 commit 8570dff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
6 changes: 5 additions & 1 deletion playstation/playstation4pro.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,16 @@ <h1 class = "textbanner">Playstation 4</h1>
</main>

<!-- Section Título -->
<section id="titleps4">
<section id = "titleps4">
<div class="Container">
<div id="imgps4">
<h2>Manutenção Playstation 4</h2>
<img src="../img/bannerps4.jpg" alt="banner ps4">
</div>
</div>
</section>

<section id = "">

</section>

Expand Down
16 changes: 11 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,20 @@ footer{

/* banner página ps4 */

#imgps4 {
text-align: center;
}

#imgps4 img {
height: 40vh; /* vh é altura da tela */
width: 50vh;
background-size: cover;
background-position: center;
text-align: center;
height: 250px;
width: 350px;
margin-top: 20px;
border-radius: 10px;
}

#imgps4 h2 {

}



Expand Down

0 comments on commit 8570dff

Please sign in to comment.