Design comparison
Solution retrospective
Is jQuery still considered one of the right solutions or an old library?
Community feedback
- @denieldenPosted almost 3 years ago
View the report issue for fix errors.
To align the dashboard in the center of the page use the
flex
property on the body like this:display: flex; justify-content: center; align-items: center;
Note: Flex aligns child elements based on the size of the parent container. So the body also serves
height: 100vh;
Look here -> Guide to flexbox
Happy coding ;)
Marked as helpful1 - @denieldenPosted almost 3 years ago
Hi Ahmed,
jQuery is now "out of date" as there are much more complete and "powerful" frameworks such as React, Vue and Angular.
Having been used a lot in recent years, it is however important to know it anyway as many projects are migrating to the new libraries.
Marked as helpful1
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