Design comparison
Community feedback
- @Deepanshu-5288Posted about 2 years ago
Hello @Mikssxed, It's really looking great. Just a little suggestion In the media query make the width fixed not a percentage of the available screen like what you have done right now width:90%. When u start decreasing the width your text also started moving rather what we can do is make the main tag with fixed width so that the interior component will not be affected when the width of the screen is decreasing. My suggestion will be to add one more media query so that you will have 3 breakpoints in the website - desktop, tablet, and mobile and adjust the size respectively.
Also, make sure that whenever you use img tag also add its alt name so that if src image not available alt name can be shown.
I hope it helps you, Thanks
Marked as helpful1@MikssxedPosted about 2 years ago@Deepanshu-5288 Thanks, will apply that in future projects
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