Let’s go to the main block - add the main
tag right after the header
.
The main block will consist of several sections. The first is section.banner-section
.
Inside each section we will add a div.container
.
The container will have rows and columns inside.
Add div.row
with two columns div.column
, the second with additional class - column-offset
.
The first section will have a banner. Inside the first div.column
add div.banner
.
div.banner
must contain the banner.png
image from the images
folder.
The second column will contain the content. Then add div.content
.
div.content
will consist of a h1
heading and a paragraph.
Title text - Start mining with us today!
.
The text of the paragraph is Earn gold, get rich, upgrade your level, collect achievements!
.
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.