Let’s start by adding navigation.
First, let’s add the semantic header
tag.
The first child of the header
will be the div.container
element.
Inside the .container
(which will be used in all blocks) add a semantic navigation tag.
Inside the navigation, there will first be a div.logo-container
logo container.
The logo must be a link pointing to #
.
Inside the link, add the image logo.png
from the images
folder.
The size of both the .logo-container
and the image inside must be 60px
.
This task is part of the Full-Stack JavaScript Course.
If you have any issues with it, you can ask for community help below the post.
Feel free to help others if you’ve already solved the task.