Starting again! Question on tribute page

So I’m starting again or the third time. I reset my profile and I have completed all the challenges up until the flexbox challenges.

I am wondering should I use flexbox or grid for the tribute page or just plain HTML and CSS?

Thanks

I think you should use the best tools for the job. And remember that those aren’t separate from CSS, they are CSS. If you want to use them, go ahead, if you don’t then don’t. But I think most developers would take advantage of what they offer. I certainly use flexbox all the time.

1 Like

Try both, see what you like best. Kevin is right, at the end of the day, all of it is CSS. I mean it though, to try both of them out, do the project with flexbox, then do it again with grid, heck do it from scratch on your own too if you like…that will help you understand what flexbox and grid are doing even more.