results-summary-component-main
Design comparison
Community feedback
- @mertavciogluPosted over 1 year ago
Your application seems not centered into the screen and not responsive for mobile devices. You should use CSS to make your container centered and maybe media queries for responsiveness. Maybe the following commands:
text-align: center; justify-content: center; align-items: center;
With these commands I believe that it will be centered in screen.
Marked as helpful0@OlumideEmmanuelPosted over 1 year ago@mertavcioglu Thanks so much I will make those changes Thanks π
0@mertavciogluPosted over 1 year ago@OlumideEmmanuel You are welcome. Also add an button:hover effect to your button :)
1@mertavciogluPosted over 1 year ago@OlumideEmmanuel Keep up good work man! Have a nice day.
0@OlumideEmmanuelPosted over 1 year ago@mertavcioglu seems you have been learning JavaScript can we connect .?
0@mertavciogluPosted over 1 year ago@OlumideEmmanuel Sure, I am improving myself on ReactJS.
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