Design comparison
Solution retrospective
Hello, I would appreciate some feedback :) I struggled with making the page responsive!
Community feedback
- @tarek-moPosted over 3 years ago
hello, you can use Bootstrap's grid system to make this easily responsive. If you never used Bootstrap and don't want to yet. you can use flex wrap and set it to wrap maybe? or use display grid with the minmax function. I've been using Bootstrap a lot lately so i kinda forgot how i used to layout with only CSS LOL. good luck!
0@mdagudoPosted over 3 years ago@tarekotp02 Hi :) I haven't learned Bootstrap (yet) but I'm looking forward to do it. Thanks for your advice!
0@tarek-moPosted over 3 years ago@mdagudo no problem, I'm struggling a bit to host my challenges somewhere. I have solution in my github but don't know how to host it so people can see it. Can you help with that?
0@mdagudoPosted over 3 years ago@tarekotp02 you can host it in github pages! just go to your repo with the solution, go to settings, then go to 'pages' and choose the source branch (main) and the folder (root) and save. Your page will be hosted by github. Here's a tutorial: https://guides.github.com/features/pages/
0@tarek-moPosted over 3 years ago@mdagudo YEEES!! IT WORKED You've explained it better than the documentations, here is the solution link to one of the challenges I've done if you'd like to see: Text
0@mdagudoPosted over 3 years ago@tarekotp02 hahaha I thought my explanaition was too straightforward. Yayyy I'll see your solutions :)
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