Design comparison
Solution retrospective
I needed to have the same height and width for the "THANK YOU" page and the "RATING" page, by doing that i thought i wouldnt have that lag depending of the screen when we submit.. Depending of the screen when we submit we will have the "THANK YOU" page a bit higher than the "RATING" page. It's due to the utilisation of the position i used.. i use an absolute position considering my html construction.
I probably should have used a div container containing the "THANK YOU" page and the "RATING" page, then put that div on position relative, then put the "THANK YOU" page on position absolute.
Community feedback
- @Kamasah-DicksonPosted over 2 years ago
Remember to use max widths on containers.
Your card Is overflowing on mobile devices. Hope u fix that. Besides goof job👍 Keep coding📌
1@EtnoPolinoPosted over 2 years ago@Kamasah-Dickson you're right. For now i didnt try to use the whole "media query" for screen and mobile. Going to that from now.
Thx for the head up.
0@Kamasah-DicksonPosted over 2 years ago@EtnoPolino Well then Happy coding experience @polino👍
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