Skip to content

Commit

Permalink
ajustes nas logos
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyagoHolanda committed Jul 25, 2023
1 parent bb04dd1 commit 4c7567f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 15 deletions.
49 changes: 36 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="pt-br">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -8,20 +9,42 @@
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css">
</head>

<body>
<main class="flex-container-center">
<article class="cell">
<iframe src="home.html" frameborder="0" scrolling="no">
</iframe>
<!-- <main> -->
<article class="flex-container-center">
<section class="cell">
<iframe src="home.html" frameborder="0" scrolling="no">
</iframe>
</section>
</article>
</main>
<main class="flex-container-right">
<img src="imagens/logo-home.jpg" alt="">
<img src="imagens/logo-youtube.jpg" alt="">
<img src="imagens/logo-github.jpg" alt="">
<img src="imagens/logo-instagram.jpg" alt="">
<img src="imagens/logo-twitter.jpg" alt="">
<img src="imagens/logo-facebook.jpg" alt="">
</main>
<article class="flex-container-right">
<section>
<a href=""><img src="imagens/logo-home.jpg" alt=""></a>
</section>

<section>
<a href=""><img src="imagens/logo-youtube.jpg" alt=""></a>
</section>

<section>
<a href=""><img src="imagens/logo-github.jpg" alt=""></a>
</section>

<section>
<a href=""><img src="imagens/logo-instagram.jpg" alt=""></a>
</section>

<section>
<a href=""><img src="imagens/logo-twitter.jpg" alt=""></a>
</section>

<section>
<a href=""><img src="imagens/logo-facebook.jpg" alt=""></a>
</section>

</article>
<!-- </main> -->
</body>

</html>
11 changes: 9 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body{

.flex-container-center {
margin: auto;
border: 1px solid black;
}


Expand All @@ -35,9 +36,15 @@ body{
flex-direction: column;
/* justify-content: space-between; */
gap: 5%;
/* border: 1px solid black; */
margin: 10px;
width: 55px;
width: 60px;
border: 1px solid black;

}

.flex-container-right>section{
height: 50px;

}

img {
Expand Down

0 comments on commit 4c7567f

Please sign in to comment.