Design comparison
Community feedback
- @correlucasPosted over 2 years ago
πΎHello @auzanassdq, congratulations for your new solution!
I saw that you've used
margins
andposition relative
to give the container its alignment, this works but is really hard to control all the content. My advice for your is to useflexbox
to creaate this alignment. For example, first of all add to thebody
min-height: 100vh
to do the body display 100% of the browser screen size anddisplay: flex
eflex-direction: column
to align the child element (the container) vertically using the body as reference.π I hope this helps you and happy coding!
0 - @Lushifer666Posted over 2 years ago
Hello there @auzanassdq, there might be some problem with your repository link, I am being redirected to 404 page. Kindly check your repository link, here's a link on how to get the proper git repo link https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/GitHub-URL-find-use-example
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