Now let’s add a comment section - section.comments-section
.
The structure is similar, but there will be two div.row
.
The first should have an additional class one-column
, the second should have a columns-view
.
Inside the first div.row
there will only be a h2
header with the text Users are loving Mining Empire
.
Inside the second there should be six div.card
elements - this will be the comment card.
Each card must have a paragraph inside, followed by a div.user
.
The username div.user
will consist of div.user-image
and div.user-name
.
Inside each div.user-image
is an image, inside each div.user-name
is h5
.
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.