🚀 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 💪

Task #2125 - Case

In the first paragraph, all text should be displayed in uppercase. In the second paragraph, all text should be displayed in lowercase. In the third paragraph, each word should be capitalized....

August 15, 2020 · 1 min · Coderslang Master

Task #2126 - Spacing

Add 40px spacing between words and 10px spacing between letters. Use internal stylesheet and the tag selector to add styles. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2131 - Weight

In the block about CSS, one word is highlighted using the <span> tag. We need to add weight to this fragment with a value of 800. Use inline styles. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2132 - Style

Your colleague highlighted the word in the text in bold, but forgot to add the italic styling. Add the appropriate style for the <span> tag This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2133 - Font size

Give the paragraph a font size of 18px The font size of words highlighted with the <span> tag should be 3px larger and the weight should be 600. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2134 - Font family

Add ‘Times New Roman’ font to every element in the index.html file. The font in the <h1> heading should be italic. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2135 - Fix font link

Your colleague has already connected the font, but something doesn’t look right. Fix the font link to make it work, and set the fallback ‘serif’ family for all <p> tags....

August 15, 2020 · 1 min · Coderslang Master

Task #2136 - Fonts link

There are two fonts in the fonts folder - they need to be included in the styles.css file. The font OpenSans-Regular.ttf should be connected with a weight value of 400 and normal style The font OpenSans-LightItalic....

August 15, 2020 · 1 min · Coderslang Master

Task #2141 - Background color

Add background color to each paragraph. First paragraph should have #E9A87C background color. Second paragraph should have #C38D9E background color. Third paragraph should have rgb(64,179,161) background color. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2142 - Background image

You need to add a background to the <body> tag. We’ll use the image https://images.unsplash.com/photo-1610128114197-485d933885c5 for this 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...

August 15, 2020 · 1 min · Coderslang Master