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

Task #2221 - New york is important

The text color of the first paragraph must be the same color as defined by the#firstP selector. You cannot delete or change existing styles, only add to them. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2222 - General sibling combinator

The text color in all paragraphs after #secondP must be #01BBE2. Do not add new classes, identifiers, or inline styles to paragraphs. Use a common sibling combinator. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2223 -

There is a calendar for March in the index.html file. On each line, every 7th day should be marked with a red background. The text color in this cell must be white....

August 15, 2020 路 2 min 路 Coderslang Master

Task #2224 - Attribute selector

Links to lectures have been added to index.html. Some links open in a new window. All of these links must have a background of #41CCC7. Don鈥檛 use IDs, classes, and inline styles - just attribute selectors....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2225 - Sibling combinator

In the index.html file, each <span> element has a margin-left property. But in this case, the style will be added to the first element as well. We need to fix this....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2231 - Semantic refactoring #1

We need to refactor the code a little to make it semantically correct. Add the necessary tags to make the navigation semantically correct. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2232 - Semantic refactoring #2

We need to refactor the code a little to make it semantically correct. Existing tags need to be grouped into logical blocks for this to be semantically correct. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2233 - Semantic refactoring #3

We need to refactor the code a little to make it semantically correct. Existing tags need to be grouped into logical blocks for this to be semantically correct. We also need to replace some of the tags with more appropriate ones....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2234 - Semantic refactoring #3

We need to refactor the code a little to make it semantically correct. Replace the required tags with semantic ones. For the title, use the tags h1, h2 and h3 in decreasing order of block sizes....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2241 - The minimum width

Paragraphs render well on mobile displays. But for large displays, it鈥檚 worth a little tweak. Let鈥檚 change the paragraph styles for all devices with a display width greater than 480px:...

August 15, 2020 路 2 min 路 Coderslang Master