Skip to content
Snippets Groups Projects
Commit 83f0af39 authored by Giildo's avatar Giildo
Browse files

:sparkles: Create header for the home page

parent 19dc3761
Branches
No related merge requests found
.main-header {
height: 768px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
img {
&:first-child {
width: 100%;
height: 100%;
object-fit: cover;
}
&:last-child {
--size: 710px;
position: absolute;
width: var(--size);
height: var(--size);
}
}
}
\ No newline at end of file
......@@ -14,5 +14,10 @@
<?php
include_once 'assets/php/navbar.php';
?>
<header class="main-header">
<img src="/assets/img/meat.png" alt="De la viande" aria-hidden="true"/>
<img src="/assets/img/logo_main.svg" alt=""/>
</header>
</body>
</html>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment