Assessment for CSS Box Model tests

Welcome back, @Kwaku_Aldo

Well done! 2 of 3 are correct! :clap:

  • Task 1: Correct :white_check_mark:
  • Task 2: Correct :white_check_mark: As an alternative to the four margin-* properties, you could also use the margin shorthand property: margin: 20px 1em 40px 2em;
  • Task 3: You have a small typo. It should be inline-block not inline_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