Design comparison
SolutionDesign
Community feedback
- @yavuzkarakusPosted 12 months ago
Hi @xhemals,
I can suggest a few things to change and simulate the look a bit more. First of all, in order to use flexbox, you need to give
display: flex;
to the parent of the object you want to center. On the other hand,position: absolute;
is not a feature we usually prefer. At least that's how I know. 🙃If you have difficulties, you can click here to check my GitHub account. But please try to write code yourself first. After all, as the saying goes; fake it until you make it. 😉
Happy coding!
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