Now let’s add footer
, right after main
.
The structure is as before: .container
, .row
.
.row
must be of class .one-column
.
Inside .row.one-column
add a div.copyright
element, inside which add a paragraph.
Paragraph text: & copy; Coderslang 2021 All right reserved.
.
The vertical padding of footer
must be 30px
.
.copyright
should be a flex container and right-justified.
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.