Hey guy! I’ve just finish my product landing page. I decide it to make it about the new upcoming videogame Cyberpunk 2077. Give me your opinions.
Hello kimwhy,
I love the design, great work!
Hello Kimwhy,
I loved your design. your project is so cool, you have talent should keep going.
I have some comments that might interest you to improve your project event better.
-
navbar is too long you can make the buttons shorter and less padding
-
there is a broken image with the link: https://www.pcgames.de/screenshots/original/2019/08/Cyberpunk-2077-Screenshot-pc-games_b2article_artwork.jpg
-
The white color here is not very user friendly for the eyes.

I hope you find this replay helpful
say what? i been i coder for couple years now but this is well better than iv made, as im a gamer and a fan of the witcher games this is such an awesome page for me that i see another gamer fan page.
Your page looks good @kimwhy. 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 address.
-
Don’t use
<br>to force line breaks or spacing. That’s what CSS is for. -
Your
header-fixeddeclaration contains;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
Five of those fonts are from Google fonts but you neitherlinknorimportthem. It’s just bloat. Get rid of them if you’re not using them.