Yassine Ghezal
@Ryusuke66All comments
- @Pious-coderSubmitted about 1 year ago@Ryusuke66Posted about 1 year ago
Congrats on finishing the challenge your solution looks great, one thing i found is when i reload the website the advice changes twice sometimes, what causes that is this code in your Javascript file:
window.onload = () => { getAdvice(); }
it's not needed since the API changes the advice every 2 seconds, so you can remove it and it will fix the issue. Good luck and happy coding!
Marked as helpful0 - @Hamid997Submitted about 1 year ago
first version without cleaning - Open for feedbacks
@Ryusuke66Posted about 1 year agoHi Hamid, your solution looks great, but there's a little issue, when the screen width is between 741px and 809px the page overflows sideways, to fix that you can change
.navLink
padding topadding: 15px;
instead ofpadding: 15px 30px
, Happy coding!Marked as helpful0 - @marvcoolguySubmitted about 3 years ago
give me feedback on my code
@Ryusuke66Posted about 3 years ago- the background isn't the same as the design.
- using header image as a background is better than putting it as an element.
- the font family for the design is "Red Hat Display".
Marked as helpful1 - @NembotJulesSubmitted about 3 years ago
My third Challenge! I am open to all critics and reajustment. I also hope it can help someone out there Follow me on instagram if you like Science, Coding, self-development https://www.instagram.com/maxthephysicist/
@Ryusuke66Posted about 3 years ago- Looks good, the issue is that from 500px to 900px the design is overflowing, you have to scroll sideways to see the rest.
Marked as helpful0 - @GastonGAlvarezSubmitted about 3 years ago
I am starting in web development, any feedback or recommendation is welcome. Thanks in advance!
@Ryusuke66Posted about 3 years ago- Good work, you should add
background-size: contain
and change thebackground-repeat
property tono-repeat
in the body element.
Marked as helpful1 - Good work, you should add