Design comparison
Solution retrospective
hey😊,its as simple as that, I pressed the notification key and all i have written in solution retrospective disappeared😣 .so for short is I am always open for constructive criticism .I think my code is overly complex and redundant.please review my code and tell the ways of doing things in better way than this and any valuable information you can teach me i would be thank full to you
What specific areas of your project would you like help with?I will be very happy if you could point out mistakes in my code .
Community feedback
- @nivriiPosted 7 months ago
The site is beautiful overall. You did a great job. However work on the site's responsiveness. Kudos, keep up the good work
0@hirashabeerPosted 7 months agoHey @nivrii ! Thanks for your compliment It means alot to me. can you please point the mistakes in responsiveness so that. I can improve next time ?
0@nivriiPosted 7 months agoHello @hirashabeer Minimizing the screen dimensions to a smaller width, the contents on the left overflow onto the image on the right. Flexbox would really solve this problem, by setting the flex-direction:row for smaller screens in your @media only screen and (max-width:375px) { , and flex-direction:column for larger resolution devices. Let me know if you would like me to explain further. Happy coding. We're getting better by the day
0@hirashabeerPosted 7 months agoHey @nivrii ! I am not able to understand your point , firstly,flexbox direction would be row for larger resolution and flexbox is in column direction in mobile ,you said opposite .Secondly on my site on minimizing the screen dimensions the content don't overflow to right image just input do ,,,,please clarify
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