I looking forward to your feedback and comments
Code link:
Task link:
I looking forward to your feedback and comments
Code link:
Task link:
Hi @Bonzar
Congratulations. Your solution is correct.
I have two small improvements:
line-height. (It doesn’t change anything in this exercise.) See https://developer.mozilla.org/en-US/docs/Web/CSS/line-height#prefer_unitless_numbers_for_line-height_values for an explanation.box-sizing: border-box; on the article doesn’t have an effect, because the article doesn’t have neither padding nor a border.I hope that helps. 
Michael