Task #2251, Stage #13 - Mining Empire landing
Texts for paragraphs of each box: First impressions on first day of launch: stable, and has all the UI parts working fine. as inner text`; I like it it is very fun to play!...
Texts for paragraphs of each box: First impressions on first day of launch: stable, and has all the UI parts working fine. as inner text`; I like it it is very fun to play!...
Now let鈥檚 style the comment block. The background color of .comments-section should be #E4ECEE, and the top padding is 50px, the bottom one is 32px. The .one-column element must have one column....
Each .card .user must be a flex container. The avatar width should be 50px and the radius should be 50%. The right margin of each avatar must be 22px. The font size of the ....
Add another section .join-section. The structure is the same as in the previous section. The only difference is in the second .row - it must have a second one-column class....
Let鈥檚 add two links inside the div.app-buttons. Each link should open in a new tab. The first link should lead to the AppStore: https: // apps.apple.com / us / app / coderslang-learn-programming / id1489105103....
The top padding of the .join-section section must be 30px, the bottom padding is 50px. .apps-buttons should be a flex container that should center the items. The height of each ....
Let鈥檚 also add these buttons to the first section. Copy the div.apps-buttons with all the children and add to the section.banner-section .content. Replace only large with small for platform elements...
Let鈥檚 start by adding navigation. First, let鈥檚 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....
Now let鈥檚 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....
Time to add adaptive. There will be five rules for all types of screens with the following max-width: 1400px, 1200px, 992px, 768px, 575px. And we will immediately change the max-width ....