Responsive section "Coming Soon" (html, js, pure css, py)
Design comparison
Solution retrospective
I created a small Python script to handle font conversion in this project. It’s a quick and convenient way to generate the necessary formats for seamless integration.
What challenges did you encounter, and how did you overcome them?My ongoing battle: Flexbox
vs. Grid
. Most of the time, I can spot which one’s the better choice right away, but there are those times I only realize it a bit too late.
I’m always open to advice, especially when it comes to JavaScript! Any tips or insights would be really appreciated as I work on improving my skills.
Community feedback
- @CamrynTidsworthPosted 24 days ago
This is really cool! I like your personal touch with the social icon container :) I'm gonna be honest, I still waver on when to use Flexbox vs CSS sometimes so this comment is more commiseration than guidance. What I've noticed so far, though, is that Flexbox is a great general tool that is typically able to get the job done. The one area that I definitely prefer using CSS is if I need several cards to fill up a row and wrap responsively. For this, I like "grid-template-columns: repeat(auto-fit, minmax());" because you can control the width more precisely.
Marked as helpful1@Grimm-NPosted 24 days ago@CamrynTidsworth
Let’s sway together, like in the rhythm of CSS! 😂 I believe that very soon, just a glance will be enough for us to know whether to use grid or flexbox!
1
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