Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- I start to understand how different elements connect to each other, and how can I place them to the right place.
-
Creating semantic tags is a bit problematic, but with YouTube and ChatGPT nothing is hard
-
Currently I dont know, how to make these lements totally responsive, but in the future project I will focus on this important topic
- Are my semantic tags good?
- Is that ok, if I give exact width and height to this panel, or should I only use responsive parameters?
Community feedback
- @JuanCris09Posted 2 months ago
I like your project, i think about margin top about footer not is good practice because change the centering <article>, but it's all good
1@L4r4TWPosted 2 months ago@JuanCris09
Thanks for your comment! How can I put the credits on the bottom of the page without the margin-top?
0@JuanCris09Posted 2 months agoHere is how you can make the footer be at the bottom of the window:
position: absolute; bottom: 0; text-align: center; width: 100%; }
1
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