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