Design comparison
Solution retrospective
Hello everyone! I've tried to position article section with position: absolute, but failed. Now, my article section looks messy when you try to resize the window. So, if you know how to center article section or if you found some bugs, be sure to write down a comment.
Thanks in advance.
Community feedback
- @thekarthikrPosted almost 2 years ago
Hey Madhaus, Hope you doing well. Make your main class position relative and make your main-box class position absolute.
.main{ position:relative; }
.main-box{ position:absolute: //top right as you want }
Hope it helps , Have a great time.
0 - @festsnusaPosted almost 2 years ago
Hello everyone!
I've tried to position article section with position: absolute, but failed. Now, my article section looks messy when you try to resize the window. Also, I don't like the way my images section stretches.
So, if you know how to center article section or if you found some bugs, be sure to write down a comment.
Thanks in advance.
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