Merge pull request 'Feat/Header' (#2) from Feat/Header into develop

Reviewed-on: #2
This commit is contained in:
Rhayllon Daudt 2022-10-10 16:20:25 +00:00
commit 638ee463f5
3 changed files with 22 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -8,3 +8,10 @@ body{
font-family: 'Inter', sans-serif;
color: #000000;
}
.header-page{
background: #000000;
display: flex;
justify-content: center;
padding: 28px 0;
}

View File

@ -9,7 +9,12 @@
<title>Landing Page</title>
</head>
<body>
<body>
<header class="header-page">
<a href="/">
<img src="./assets/images/Logo-M3Academy.svg" alt="">
</a>
</header>
</body>
</html>