feature/landing-page #2

Merged
Gustavo_Rallenson_Goncalves_Da_Silva merged 4 commits from feature/landing-page into development 2022-10-11 05:28:26 +00:00
3 changed files with 20 additions and 2 deletions
Showing only changes of commit 3b31cf1643 - Show all commits

6
assets/Css/Styles.css Normal file
View File

@ -0,0 +1,6 @@
.Page-Header{display: flex;
justify-content: center;
padding: 28px 0;
background: #000000;
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -4,11 +4,14 @@
<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="/challenge-landing-page-Gustavo_Rallenson/assets/Css/Styles.css">
<title>Desafio Landing page</title>
</head>
<body>
<header>
<header class="Page-Header">
<a href="#Page-Header">
<img class="Header-Logo" src="/challenge-landing-page-Gustavo_Rallenson/assets/Image/Logo-M3Academy 1.svg" alt="Logo M3">
</a>
</header>
<main>