Design comparison
SolutionDesign
Solution retrospective
How do you think the code can be improved?
Community feedback
- Account deleted
Very nice work ✨, Congratulations
here are some suggestions:
- you can center with modern ways, like using grid or flexbox rather than using
absolute, left, top, transform and translate
- you needn't to make
div
inside anotherdiv
just to guve it another class name, you can use on div and assign css properties to it (you should remove thediv
that has thecontent
class, and you have to assign content properties to thecontainer
class - you should use HTML5 semantic tags, use
<main>
instead of the first<div>
, and you can use<section>
for the otherdiv
s
Good luck in the next 🔥, keep going on
Marked as helpful0@mohamedbntahaPosted over 1 year ago@MasterMousa Thanks for the advice, especially the first tip. I will use it in future projects❤❤
1Account deletedyou're welcome @mohamedbntaha
good luck brother <3
0 - you can center with modern ways, like using grid or flexbox rather than using
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