Anyone interested in learning with me, let me know.
Design comparison
Solution retrospective
If anyone thinks about learning with me or working with me, feel free to contact me. I'm very interested in learning with an active person
What challenges did you encounter, and how did you overcome them?I didn't face any challenges for this project
What specific areas of your project would you like help with?Nothing.....
Community feedback
- @danielmrz-devPosted 6 months ago
Hello there!
Congrats on completing the challenge! ā
Your project is looking fantastic!
I'd like to suggest a way to make it even better:
- Using
margin
isn't always the most effective method for centering an element.
Here's a highly efficient approach to position an element at the center of the page both vertically and horizontally:
š Apply this CSS to the body (avoid using
position
ormargins
in order to work correctly):body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
I hope you find this helpful!
Keep up the excellent work!
Marked as helpful1@Syeed-MD-TalhaPosted 6 months ago@danielmrz-dev Thank you so much for you valuable feedback š
1 - Using
- @Aayan16Posted 6 months ago
Yes, I wanna learn with u. Connect
1@Syeed-MD-TalhaPosted 6 months ago@Aayan16
reach me out via linkdin. https://www.linkedin.com/in/syeed-talha/0@Aayan16Posted 6 months ago@Syeed-MD-Talha Currently I don't have a LinkedIn account. I could make one. What about Instagram to connect rn?
0@Syeed-MD-TalhaPosted 6 months ago@Aayan16 sorry i don't have Instragram. but i generally use telegram,facebook,what'sapp,linkdin these social media. You can contact with me via "[email protected]"
0@Aayan16Posted 6 months ago@Syeed-MD-Talha Ok. U aren't a beginner in this, Are you? Because I saw your github. I just started on this path
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