馃殌 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 馃挭

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!...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #14 - Mining Empire landing

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....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #15 - Mining Empire landing

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 ....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #16 - Mining Empire landing

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....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #17 - Mining Empire landing

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....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #18 - Mining Empire landing

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 ....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #19 - Mining Empire landing

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...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #2 - Mining Empire landing

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....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #20 - Mining Empire landing

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....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #21 - Mining Empire landing

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 ....

August 15, 2020 路 1 min 路 Coderslang Master