forked from M3-Academy/practice-time-landing-page
Cria o header desktop e mobile
This commit is contained in:
parent
08edfea66b
commit
1f52599da8
21
index.html
Normal file
21
index.html
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<!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>Atividade 1 m3</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="./materiais/styles/main.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<a href="/">
|
||||||
|
<img class="header-logo" src="materiais/imagens/Logo M3 [branco]1.png" alt="Logo M3">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
materiais/imagens/Logo M3 [branco]1.png
Normal file
BIN
materiais/imagens/Logo M3 [branco]1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
16
materiais/styles/main.css
Normal file
16
materiais/styles/main.css
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
*{
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.page-header{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
background-color: #000000;
|
||||||
|
padding: 28px 0px 29px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-logo{
|
||||||
|
display: block;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user