From the other post (Help on Fundamental CSS comprehension test :solved):
I also had a look at the rest of your code and the only thing I would change is using unitless
line-height
s. For an explanation why this is recommended see: https://developer.mozilla.org/en-US/docs/Web/CSS/line-height#prefer_unitless_numbers_for_line-height_values
Regarding the padding and color, it was intended by the task description that you write your own code. For example here:
As a last little touch, give the paragraph inside the
<article>
an appropriate padding value so that its left edge lines up with the<h2>
and footer paragraph, and set its color to be fairly light so it is easy to read.
So you did this correctly
Cheerio,
Michael