Cria o header desktop e mobile
This commit is contained in:
parent
89ee7124ac
commit
16ef354825
BIN
assets/images/Logo-M3Academy 1.png
Normal file
BIN
assets/images/Logo-M3Academy 1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
17
assets/styles/main.css
Normal file
17
assets/styles/main.css
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
* {
|
||||||
|
margin: 0%;
|
||||||
|
padding: 0%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-header {
|
||||||
|
display: flex;
|
||||||
|
padding: 28px 0;
|
||||||
|
|
||||||
|
justify-content: center;
|
||||||
|
background: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-logo {
|
||||||
|
display: block;
|
||||||
|
}
|
20
index.html
Normal file
20
index.html
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="port-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>Desafio Landing Page</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="./assets/styles/main.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<a>
|
||||||
|
<img class="header-logo" src="./assets/images/Logo-M3Academy 1.png" alt="Logo M3" />
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user