Task #2163 - Padding
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...
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....
Today we need to add styles for the site navigation. The .nav block should be locked at the very top of the screen. Its height should be 50px and its width should be the entire browser window....
Change the text color for the visited link from red to 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...
The index.html file contains a list of links to lectures. When hovering over each link, it should have a right padding of 30px. This task is part of the Full-Stack JavaScript Course...