Responsive QR-Code layout with some hovering and transition effects

Solution retrospective
I am proud of me doing it better everyday . I would like to add more functionalities next time to my project.
What challenges did you encounter, and how did you overcome them?The challenges i mainly encountered was making it responsive , But after focusing a bit i made the website responsive for all devices.
What specific areas of your project would you like help with?I would like to hear suggestions or improvement in my project.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@danielmrz-dev
Hello there!
Congrats on completing the challenge! ✅
Your project is looking fantastic!
I'd like to suggest a way to make it even better:
- Although it works, using
position
isn't always the most effective method for centering an element. It can cause bugs and may result in part of the content being cut off depending on the lenght of the card.
Here's a highly efficient approach to position an element at the center of the page both vertically and horizontally:
📌 Apply this CSS to the body (avoid using
position
ormargins
in order to work correctly):body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
I hope you find this helpful!
Keep up the excellent work!
Marked as helpful - Although it works, using
- @GSida015
COOL! you have good skills in css...
BUT................
You should follow the actual template,there's no need anything special like that. Yes you did what you told to but if in template there isn't providen specific image or detail that in this projects something should have hover effect you shouldn't do it...
This website is all about getting experience! When you will get a job there will be providen a template... that you should follow!
But in summary your solution is great!
I hope I explained everything you needed! I would be glad if you mark this helpful!
GOOD LUCK IN YOUR NEXT PROJECTS!!!
Marked as helpful
Join 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