Task #2155 - Left border
Add a left border to the paragraph. Use only one CSS property for this. Border must be solid, black, 2px wide. This task is part of the Full-Stack JavaScript Course...
Add a left border to the paragraph. Use only one CSS property for this. Border must be solid, black, 2px wide. This task is part of the Full-Stack JavaScript Course...
Add 10px margins to each<div>block. Use only one property with one value. 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...
Add top and left margins to the <h2> heading. The top margin should be 15px. The left margin should be 20px. This task is part of the Full-Stack JavaScript Course...
Add padding to each paragraph. Top and bottom padding should be 20px. The left and right sides should be 10px. This task is part of the Full-Stack JavaScript Course...
There are three <div> blocks in the index.html file. The 2nd and the 3rd paragraphs need to be 5px raised to the previous. This task is part of the Full-Stack JavaScript Course...
Change the default margin and padding values for the <ul> list. The font size of the list is 18px, the vertical margins should be the half the font-size (use em)....
Give your paragraphs a 20px font size. The paragraph height must be 2.5 times larger then the font size. Use relative units to indicate height. This task is part of the Full-Stack JavaScript Course...
The height of the heading <h2> is given in relative units of rem. Without changing the height of the heading, make it so that its height is 50px. This task is part of the Full-Stack JavaScript Course...
Move the <h2> heading to make sure it鈥檚 located 45px away from left side of the page. 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...
Your colleague added numbering for two blocks with class block. Numbers should appear in the lower right corner of each block. But they don鈥檛 appear there, you need to fix this....