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

Task #2085 - Part

Select the CSS word inside the paragraph, using the <span> tag. Make it bold and green. 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

Task #2091 - All green

Make the text in all paragraphs green. Don鈥檛 use inline styles. Don鈥檛 change the number of paragraphs. 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

Task #2092 - Something new

Let鈥檚 practice a new style - the background color. Give all paragraphs a blue background and white text for the text. Don鈥檛 use inline styles, don鈥檛 change the number of paragraphs....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2093 - A little fantasy

Come up with a title for the page about your CSS adventures and add it to the <h2> tag. Add a couple of paragraphs about what interests you the most in the course....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2094 - The promised task

As I promised in the lecture, we will work with relative sizes The document has a block with two paragraphs. Set the block height to 500px and the height of each paragraph to 40% of the parent鈥檚 height...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2095 - Many elements to style

Make the text of each paragraph brown. The text of each <h2> header must be 18px size. The first level heading text should be red and 22px size. Don鈥檛 use inline styles....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2101 - External Styles

Styles are plugged in and everything works fine. Let鈥檚 add a slight tweak to it. Align the heading <h1> to the center of the screen. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2102 - Link styles

Your colleague wrote both HTML and CSS, but something is wrong. Apparently he forgot to link styles to the HTML document. You should fix this by properly linking styles.css to index....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2103 - Wrong path

Your colleague continues to make mistakes. The HTML document and styles are written again. And the styles are even connected, but again nothing works. Most likely, the error lies in the path to the stylesheet....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2104 - It's better to do everything yourself

Create a styles.css file and include it in the index.html document. In the styles.css file add styles for the paragraph and heading. align the paragraphs to the middle change the heading color to red This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master