feat(adiciona a foto do notebok e os 3 computadores com um texto entre eles)
This commit is contained in:
parent
65dc1dbbaa
commit
4ad110bfb6
25
index.html
25
index.html
@ -5,15 +5,38 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap" rel="stylesheet">
|
||||
<title>M3</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<figure class="logo">
|
||||
<a href="/">
|
||||
<img class="m3" src="imagens/Logo-M3Academy 1.svg" alt="Logo-M3Academy">
|
||||
<img class="m3" src="imagens/Logo-M3Academy 1.svg" alt="Logo-M3Academy" width="100%">
|
||||
</a>
|
||||
</figure>
|
||||
</header>
|
||||
<main>
|
||||
<figure>
|
||||
<img src="imagens/Rectangle 9 (6).png" alt="imagem de computador" width="100%">
|
||||
</figure>
|
||||
<div class="texto1">
|
||||
<h3>Lorem ipsum</h3>
|
||||
|
||||
<p class="sub-titulo"> dolor sit amet</p>
|
||||
|
||||
<p class="paragrafo1">Lorem ipsum dolor sit amet, consectetur adipiscing elit.Cras euismod enim non dui fringilla interdum.Curabitur ut
|
||||
tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
|
||||
</div>
|
||||
|
||||
<figure class="pcs">
|
||||
<img src="imagens/fxemoji_threenetworkedcomputers (2).png" alt="imagem com três computadores">
|
||||
</figure>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
</body>
|
||||
</html>
|
47
style.css
47
style.css
@ -1,5 +1,6 @@
|
||||
*{
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
@ -12,3 +13,49 @@ width: 100%;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.texto1{
|
||||
|
||||
margin: 73px auto;
|
||||
|
||||
max-width: 766px;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
h3{
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
font-weight: 400;
|
||||
font-size: 32px;
|
||||
line-height: 39px;
|
||||
text-transform: uppercase;
|
||||
color: #000000;
|
||||
font-family:inter;
|
||||
}
|
||||
.sub-titulo{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-weight: 500;
|
||||
font-size: 48px;
|
||||
line-height: 58px;
|
||||
text-transform: uppercase;
|
||||
font-family:inter;
|
||||
}
|
||||
|
||||
.paragrafo1{
|
||||
font-family: 'Inter';
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: justify;
|
||||
margin-top: 28px;
|
||||
}
|
||||
|
||||
.pcs{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 84px;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user