patricksouza #1

Merged
PatrickSouzaSilva merged 7 commits from patricksouza into main 2022-10-12 18:32:15 +00:00
4 changed files with 40 additions and 0 deletions
Showing only changes of commit 57658b91f3 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

26
index.html Normal file
View File

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<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="/main.styles/style.css">
<title>M3 Landing Page</title>
</head>
<body>
<header class="page-header" >
<a href="/">
<img class="header-logo" src="/assents/imagens/Logo M3 [branco] (4) 1.png" alt="logo da M3 Branco"/>
</a>
</header>
<main>
</main>
</body>
</html>

14
main.styles/style.css Normal file
View File

@ -0,0 +1,14 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.page-header {
background: #000000;
display: flex;
justify-content: center;
padding: 28px 0;
}