Huddle landing page with single introductory section (use HTML & CSS)
Design comparison
Solution retrospective
Hello everyone! ...(* ̄0 ̄)ノ
Finally I finished next newbie project and in this project I again understand that design can be not smooth. It was a little bit fun project).
Thanks for attention! And I'll glad to see any feedback (⓿_⓿)
Community feedback
- @visualdennissPosted over 1 year ago
Hey there,
very nice work once again! It looks like the background image is missing, idk if it is something related to being deployed to github or related to the code itself. I've been recently seeing some bg img related issues when being deployed to github. I've never used so not sure. (I use netlify and quite satisfied with it)
Also when hovering over social icons, there seems to be background color change together with a border-radius, from square to circle, i think this is not intended so u might wanna fix that as well.
Other than that everything looks good to me. Both tablet and mobile it responds well.
Hope you find this feedback helpful!
Marked as helpful1@kayyrbeksPosted over 1 year ago@visualdenniss Hello, Denis! Thanks for your feedback and suggestion, your right I forgot to add background image and yeah social icons had not smooth hover. I fixed it, you're right when deploying project on github must use in bg image path the next symbols:
./
- current dir means,../
- one level top dir means and../../
- two level top etc, for example./image/example.png
. Path likeimage/example.png
or/image/example.png
works in only one level dir structure.1
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