Design comparison
Solution retrospective
I learned how to create responsive web design.
What challenges did you encounter, and how did you overcome them?I couldn't know the size of element of the design so i tried match it with the design.
What specific areas of your project would you like help with?How manipulate the text as i want like i want my text in two lines and the line end with this word.
Community feedback
- @DanijelAdrinekPosted 8 months ago
hello moussahl, I really like your project and I love how similar to the design it turned out!
however, I still managed to find some details that I think you could change, and that would help you become a better programmer, for example, you should make your body tag take up 100% of the user's screen so that the card can truly be centered like on the design. you can achieve that by giving your html and body tags a height of 100%, you should also remove all the margins on your body by adding a property of margin: 0; to your body
you shouldnt be giving class names like container1, if you start numbering it, it can get confusing quickly, instead I propose a class name like text-container, because this container contains all of the text inside the card
you didnt use any css variables, and css variables are a powerful tool, they are easy to use, but I wont be going into detail here, if you like, I have written a post about using solving this challenge, and some best-practices that will help you become a better web developer: https://dev.to/danijeladrinek/frontend-mentor-qr-code-challenge-4g9h
I hope I helped you learn, and become a better web developer in this little time it took me to write this, and if you have any questions about anything I said, feel free to ask, have an amazing day, and happy coding! :)
Marked as helpful1@moussahlPosted 8 months agoDear @DanijelAdrinek Thank you about all your feedbacks i will take them on consideration and use them on my future projects, i learned from you a lot thank you again and have nice day :)
PS : the link you dropped didn't work for me if you can resend it again.
1 - @DanijelAdrinekPosted 8 months ago
happy to hear I could help dude, and ofc, here it is:
https://dev.to/danijeladrinek/frontend-mentor-qr-code-challenge-571d
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