start work on header

This commit is contained in:
Thefeli73 2020-01-27 22:39:20 +01:00
parent 8832741dd8
commit 1cf5187fef
2 changed files with 13 additions and 2 deletions

View File

@ -44,7 +44,7 @@
@import 'layout/header';
@import 'layout/nav';
@import 'layout/footer';
body {
background: #f2f2f2;
height: 200vh;
}

View File

@ -74,9 +74,20 @@
</div>
</nav>
<header>
<header id="header">
<picture id="logo">
<source srcset="/img/logo/logo@0.25x.webp" type="image/webp">
<source srcset="/img/logo/logo@0.25x.png" type="image/png">
<img src="/img/logo/logo@0.25x.png" alt="Schulze Studio logo">
</picture>
</header>
<div id="main">
</div>
<footer id="footer">
</footer>
<script defer src="/js/main.js"></script>
</body>
</html>