Design comparison
SolutionDesign
Community feedback
- @Bader-IdrisPosted over 1 year ago
You can set the container in the middle of the screen as a response project, when you add these
CSS
properties to it:.container { top:50%; left: 50%; transform: translate(-50%, -50%); position: absolute; }
the might new feature is transform, it has many lovely properties you can discover, I personally admire it. I hope it's useful
Marked as helpful0
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