Design comparison
Solution retrospective
Work in progress! hello there, i need help with the background in the desktop version.
Please roast me!
Community feedback
- @beslerpatrykPosted about 3 years ago
Hi there @Alessandro π
As @Teegamtee said
background-repeat: no-repeat
property should take care of your issue with repeating background. Other things that you can look into:- add proper cursor for the button
- the color of the links in the footer is very similar to the background so it's very hard to read, try changing the color to something with better contrast
- try to style the button on the hover state similar way to the one in active-state design
- add hover states for icons just like in the brief for the project: See hover states for all interactive elements on the page
Hope this will help you find things you should focus on. Keep up the good work and good luck with coding π©βπ»
Marked as helpful0@alessandro-giuzioPosted about 3 years ago@beslerpatryk Thank you for your help, i will look it to it and apply your solutions. Thanks again!
0 - Account deleted
To fix the background repeating it's self you should do
background-repeat : no-repeat
and it'll only show once.0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord