Design comparison
Solution retrospective
Hi guys, I really enjoy completing this challenge even though I had a hard time with media queries, I still can't make a website responsive perfectly. How can I do that? can you please read the code and let me know? thank you
Community feedback
- @abhik-bPosted almost 4 years ago
Hi Luca, You have done a great job on this challenge!
**Just some opinions **
- using
transform: translateX(50%) translateY(50%);
on.fifth
can position it perfectly - instead of using
.footer div
please place those footer stuff in<footer>
tags - please use some
padding
, many elements require those
Overall great job , Happy coding 😇
1@DucknaroPosted almost 4 years agoyes I know, I should have used some padding but I've always had problems with padding when it comes to making a website responsive. How can I solve this problem?
1@abhik-bPosted almost 4 years ago@Ducknaro , I can feel you , I also face those problems , so what helped me solve that & I will advise you also is please watch some videos where pro people code some sites , this way you can understand the standard way to tackle lot of common problems, create certain layouts and cool stuffs! Below are some videos which helped me :
Hope this helps 🤞
0@DucknaroPosted almost 4 years ago@abhik-b thank you a lot bro, I'll surely watch them, thank you again
1 - using
- @ApplePieGiraffePosted almost 4 years ago
Greetings, Luca! 👋
Good effort on this challenge! 🙌
I'd like to suggest,
- Turning the navigation links in the header and the footer of the page into actual links using the anchor tag.
- Giving those links a hover state would be a good idea, too! 😉
- Following abhik-b's helpful advice would really help, as well! 👍
Keep coding (and happy coding, too)! 😁
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