Merge pull request 'Feat/Header' (#2) from Feat/Header into develop
Reviewed-on: #2
This commit is contained in:
commit
638ee463f5
9
assets/images/Logo-M3Academy.svg
Normal file
9
assets/images/Logo-M3Academy.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 19 KiB |
@ -8,3 +8,10 @@ body{
|
|||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-page{
|
||||||
|
background: #000000;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 28px 0;
|
||||||
|
}
|
@ -9,7 +9,12 @@
|
|||||||
|
|
||||||
<title>Landing Page</title>
|
<title>Landing Page</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<header class="header-page">
|
||||||
|
<a href="/">
|
||||||
|
<img src="./assets/images/Logo-M3Academy.svg" alt="">
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user