hey there, Can i get some feedback ?
Nice Job!
I really like how easily responsive it is. For my first time doing a product page, mine just couldn’t resize at all.
Great job on making this. Happy coding!
thanks mate for the review!
Welcome to the forums @Solomon0. Your page looks good. Some things to revisit;
- Run your HTML code through the W3C validator.
- Since copy/paste from codepen you can ignore the first warning and first two errors.
- There are HTML coding errors you should be aware of and address.
- Remember, an
idmust be unique within the document.
- Remember, an
- Codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
- The one for CSS is good. Use it, there’s something to clean up.
- The issue could affect how your page displays
- The one for HTML misses things which is why I recommend W3C
- The one for CSS is good. Use it, there’s something to clean up.
- Keep all your same media queries together rather than scattering them throughout your CSS. It’ll make it easier for maintenance.