Merge pull request 'andresa' (#1) from andresa into main
Reviewed-on: #1
191
estilo.css
Normal file
@ -0,0 +1,191 @@
|
||||
body{margin: 0;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.header{
|
||||
background: #000000;
|
||||
height: 101px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.banner{
|
||||
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
margin-bottom: 73px;
|
||||
}
|
||||
.titulo{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 32px;
|
||||
line-height: 39px;
|
||||
|
||||
|
||||
text-transform: uppercase;
|
||||
|
||||
color: #000000;
|
||||
margin: 0;
|
||||
}
|
||||
.subtitulo{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 48px;
|
||||
line-height: 58px;
|
||||
/* identical to box height */
|
||||
|
||||
text-transform: uppercase;
|
||||
|
||||
color: #000000;
|
||||
margin: 0;
|
||||
}
|
||||
.texto{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
|
||||
|
||||
color: #000000;
|
||||
margin: 28px auto 0;
|
||||
max-width: 766px;
|
||||
|
||||
|
||||
}
|
||||
.imagen2{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 315px;
|
||||
height: 315px;
|
||||
margin: 73px auto 179px;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.linha1, .linha2{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.card{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
width: 350px;
|
||||
height: 287px;
|
||||
|
||||
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
||||
margin: 0 7.5px 0;
|
||||
}
|
||||
.card p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.linha-imagens{
|
||||
margin-bottom: 129px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.linha-imagens img{
|
||||
width: 30%;
|
||||
height: auto;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.linha2 .card {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.ultimobanner{
|
||||
|
||||
|
||||
max-width: 80%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
margin:0 auto;
|
||||
|
||||
}
|
||||
|
||||
footer {
|
||||
background: #000;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
height: 128px
|
||||
}
|
||||
footer div {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
footer div img {
|
||||
margin: 0 11px;
|
||||
|
||||
}
|
||||
|
||||
footer p {
|
||||
margin: 17px 0 0;
|
||||
color: #fff;
|
||||
}
|
||||
/* CELULAR */
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.titulo {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.subtitulo{
|
||||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
.ultimotexto{
|
||||
width: 400px;
|
||||
display: flex;
|
||||
margin: 0 auto;
|
||||
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
/* or 150% */
|
||||
|
||||
text-align: center;
|
||||
|
||||
color: #000000;
|
||||
|
||||
|
||||
}
|
||||
|
113
exemplo.html
Normal file
@ -0,0 +1,113 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="pt.br">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Loren ipsum</title>
|
||||
<link rel="stylesheet" href="estilo.css">
|
||||
<link rel: sheet href:>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
<img src="./imagens/Logo-M3Academy 1.svg" alt="logo">
|
||||
</header>
|
||||
<img src="./imagens/banner.png" alt="banner" class="banner">
|
||||
<h2 class="titulo">LOREN IPSUM</h2>
|
||||
<h1 class="subtitulo">DOLOR SIT AMET</h1>
|
||||
|
||||
<p class="texto">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringila interdum. Curabitur ut tortorsed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
|
||||
</p>
|
||||
|
||||
|
||||
<img src="./imagens/imagen2.png" alt="imagen2" class="imagen2">
|
||||
<div class="linha1">
|
||||
<div class="card">
|
||||
<img src="./imagens/shop.png" alt="shop">
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<img src="./imagens/shopping-bag.png" alt="bag">
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<img src="./imagens/coin.png" alt="coin">
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="linha-imagens">
|
||||
<img src="./imagens/banner01.png" alt="banner">
|
||||
<img src="./imagens/banner02.png" alt="banner">
|
||||
<img src="./imagens/banner03.png" alt="banner">
|
||||
</div>
|
||||
|
||||
<div class="linha2">
|
||||
<div class="card">
|
||||
<img src="./imagens/money.png" alt="money">
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<img src="./imagens/coin.png" alt="coin">
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<img src="./imagens/laptop.png" alt="laptop">
|
||||
<p>Lorem ipsum dolor sit amet </p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<img src="./imagens/celular.png" alt="celular">
|
||||
|
||||
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
|
||||
Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis.
|
||||
Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<img src="./imagens/ultimobanner.png" alt="ultimo banner" class="ultimobanner">
|
||||
|
||||
<p class="ultimotexto">Lorem ipsum dolor sit amet
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
|
||||
Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis.
|
||||
Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.</p>
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
<div>
|
||||
<!-- Imagens rodape -->
|
||||
<img src="./imagens/instagran.png" alt="instagran" class="instagran">
|
||||
<img src="./imagens/facebook-logo.png"alt="facebook-logo" class="facebook">
|
||||
<img src="./imagens/youtube.png" alt="youtube" class="youtube">
|
||||
|
||||
</div>
|
||||
<p>
|
||||
|
||||
|
||||
|
||||
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
|
9
imagens/Logo-M3Academy 1.svg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
imagens/banner.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
imagens/banner01.png
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
imagens/banner02.png
Normal file
After Width: | Height: | Size: 215 KiB |
BIN
imagens/banner03.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
imagens/celular.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
imagens/coin.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
imagens/facebook-logo.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
imagens/imagen2.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
imagens/instagran.png
Normal file
After Width: | Height: | Size: 490 B |
BIN
imagens/laptop.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
imagens/money.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
imagens/shop.png
Normal file
After Width: | Height: | Size: 959 B |
BIN
imagens/shopping-bag.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
imagens/ultimobanner.png
Normal file
After Width: | Height: | Size: 362 KiB |
BIN
imagens/youtube.png
Normal file
After Width: | Height: | Size: 346 B |
14
teste.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="br">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title> DOLOR SIT AMET</title>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|