feat(primeiro commit)

finalizando header
This commit is contained in:
wellington carlos 2022-10-10 17:38:20 -03:00
commit 65dc1dbbaa
15 changed files with 43 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 89ee7124acf39f95e55dd0e21f2aa8b5918c7fbe

BIN
imagens/Group (1).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

BIN
imagens/Group 7 (3).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

BIN
imagens/Rectangle 14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

BIN
imagens/Rectangle 9 (6).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

19
index.html Normal file
View File

@ -0,0 +1,19 @@
<!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">
<link rel="stylesheet" href="style.css">
<title>M3</title>
</head>
<body>
<header>
<figure class="logo">
<a href="/">
<img class="m3" src="imagens/Logo-M3Academy 1.svg" alt="Logo-M3Academy">
</a>
</figure>
</header>
</body>
</html>

14
style.css Normal file
View File

@ -0,0 +1,14 @@
*{
margin: 0;
}
.logo{
width: 100%;
height: 101px;
background: #000000;
display: flex;
justify-content: center;
align-items: center;
}