Product Landing Page - CSS

I’m starting this project. I assume that besides creating HTML, CSS is also required for this challenge. Is that correct? How much duplication of the CSS should I do based on the example that is given? Doing an inspect of the page shows ‘user agent stylesheet’ which I assume comes from codepen. Is that correct?

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

Challenge: Build a Product Landing Page

Link to the challenge:

  1. Yes, the project has requirements for CSS. Also, a page isn’t much fun to look at without any CSS, especially not a product page.

  2. No duplication. The example project is just that, an example. You are not supposed to re-create it.

  3. The user agent stylesheet is the default style all browsers come with. The default styles may vary from browser to browser (which is why you might reset or normalize the styles).

Thanks for the response. Looks like I need to go back over the CSS part of the course…

Joe

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.