Task #2082 - Inline styles
The font size is too small. Let鈥檚 add a font-size CSS property with a value of 18px. 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...
The font size is too small. Let鈥檚 add a font-size CSS property with a value of 18px. 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...
Make the text inside a paragraph bold using CSS. Don鈥檛 use the <b> tag, just styles. 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...
Improve the paragraph styling by adding all the styles we have already learned. Make the text bold and the color orange. The font size should be 16px. This task is part of the Full-Stack JavaScript Course...
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...
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...
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....
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....
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...
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....
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...