Welcome back, @Kwaku_Aldo
Well done! 2 of 3 are correct!
- Task 1: Correct
- Task 2: Correct
As an alternative to the four
margin-*
properties, you could also use themargin
shorthand property:margin: 20px 1em 40px 2em;
- Task 3: You have a small typo. It should be
inline-block
notinline_block
. When you make the CodePen window smaller you will see that the lines still overlap.
Have a nice day!
Michael
1 Like
Thank you. I corrected the typo also.
1 Like