Hi everyone
I finished my product landing page.
This is https://codepen.io/Omar-Dev-Pro/pen/LYYgeyP
Can you tell your feedback about my work ? How is it ?
I appreciate your comments
Thanks
Hi everyone
I finished my product landing page.
This is https://codepen.io/Omar-Dev-Pro/pen/LYYgeyP
Can you tell your feedback about my work ? How is it ?
I appreciate your comments
Thanks
Hello @OmarFawzi, I’m looking at your page right now. It looks nice, the colours set the proper mood. However, as I look at it, there are issues with the layout’s responsiveness. on my Firefox Web Browser there’s a responsive design mode (Ctrl + Shift + M). Maybe you could have all you nav links in the darker brown area. Check it out at let me know what you think?
went over it briefly, one thing on the nav link “feature” is the header covers part of the “feature” word in the body of the page when you hit the link. adjust the relation of the nav to its link so it wont over it up anymore, just a little padding
Hello @mphojele , thank you for looking . I fix the problem if you want check it.
Thanks again
Hi @ZTD just you say i change the padding and looks good . if you want check about it and i appreciate any seggestion.
Thank you again.
this here was what i was referencing, its still doing it. this is from when you use the header nav link for the feature link.
Sorry i forget to add the change in codepen . Now is done you can see it .
that damn save am i right? LOL yep there ya go!
yeah that is right, Now he is ready
Hi @OmarFawzi, nice job on your product landing page. Some things you may want to revisit;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
). Your page passes 14/16 user stories.Hi, as Roma said above, it remains to pass the tests. Instead of forking, you can also paste the following code above your HTML code and the test menu will appear on upper-left hand corner. Select your respective project and try to pass all tests.
<head>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</head>
Hi @Roma , @verv0eren i made the right passes in test and the text in the footer is centered . check it pls .
Thank you both for your feedback
Hi @OmarFawzi, it looks good. Just be careful. In your footer declaration, you have the text-align
property listed twice, each has a different value. Delete one of them.
Running the validator will show you things like this.
Good job. Happy coding.
Hi @OmarFawzi,
I like the colors you chose. Design is good.
When you see the page in small devices the header and the nav bar change to absolute position. They must be fixed too. In small devices do not pass the Layout #1 test.
hello there you are not passing one test that is to keep navbar fixed. Although you used position: fixed property , it is not working because you have used header instead of #header. Change it and it works. Although they are same, even I am wondering now why it doesn’t work for the first case. If anybody else know please let me know the reason.
I delete the value and now it is good.
Thank you for your note
Happy coding .
Hi @ricardoantonio I fixed the problem ,you can see now the layout is pass.
Thank you very much
Hi @verv0eren I fixed the problem and now he is pass.
I edit the code and now he good . you can see it .
Thanks you for your comment.