foundersandcoders / coursebook

The new coursebook
https://learn.foundersandcoders.com
Other
49 stars 21 forks source link

[workshops/css-layout] Challenge 1 discrepancy #949

Open fredhartley opened 4 months ago

fredhartley commented 4 months ago

The first task states, "Add the Center CSS you need to the style tag at the top. Then add classes to the HTML, but don't change it in any other way."

However, when comparing the solution and index HTML files, the solution has an additional div that encloses the h1 and p content. It does not style correctly without the additional div, but from the message above, it is implied that you aren't supposed to alter the HTML, only add classes.