Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am happy about the fact that i could do the project all by myself but i will like to be good at responsive design.
What challenges did you encounter, and how did you overcome them?It was hard for me to center the text below the image of the qr code but i googled and found a solution on stack overflow.
What specific areas of your project would you like help with?I would like to be good at responsive design
Community feedback
- @AshongAbdallah06Posted 6 months ago
Remove the height from the component class and the h1 class Remove all the padding from the h1 class and add this styles to center the element
display: flex; justify-content: center; align-items: center; margin: 32px 0;
Now you can play around with changing the font sizes to get the one closer to the design
Marked as helpful0@Gilbert-KoomPosted 6 months agoShould i apply the styles to the class component or the h1 element
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