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

Task #2251, Stage #5 - Mining Empire landing

Styling the navigation. nav and .main-menu should be flex containers. Within a nav, children must be vertically centered. The left indentation of .main-menu must be zero; list items must have no bullets....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #6 - Mining Empire landing

Let鈥檚 add a div.header-btn element just after the div.menu-block. This item must be a flex container. Inside the div.header-btn add one link with the class download-btn; the link should lead to the #download block....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #7 - Mining Empire landing

Let鈥檚 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....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #8 - Mining Empire landing

Styles again! The background color of the .banner-section should be #E4ECEE, the padding should be 25px 24px 0 24px. All further .row elements must be grid containers. Initially, all lines must have two identical columns....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2251, Stage #9 - Mining Empire landing

Let鈥檚 add a second section inside main. The second section should have a class description-section. The rest of the structure (.container, .row, .column) is the same as in the first section....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2451 - Connecting scripts

One script has already been added to index.html that displays the message This is the second message. You need to add one more script in which the message should be displayed in the console: This is the first message....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2452 - Fix the script

Your colleague has added an external script that compliments the internal one. The problem is that something鈥檚 off and there鈥檚 an error in the console. Function isLoaded should remain where it is and should be called from the external script....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2453 - Let's meet

You should know, who your users are. Lets ask them to enter their name. The question should be - What is your name?. If user has entered something - log this string to the console....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2454 - Odd or even

Let鈥檚 write a script that checks the number entered by the user for a match. The message to enter must be Enter number, initial value is 100 If the user did not enter a number, you need to show the alert modal with the text: Not a number....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2455 - Newsletter

Let鈥檚 get the mail from the user, the question is Please, enter your email. If the mail contains the @ symbol, check with the user if he wants to receive the newsletter....

August 15, 2020 路 1 min 路 Coderslang Master