Design comparison
SolutionDesign
Solution retrospective
Please take a look at my solution and please leave your feedback i will really appreciate.
Community feedback
- @sahilataharPosted over 1 year ago
Congratulations for project completion.
- You can fix position of attribution paragraph using CSS.
.attribution { width: 100%; font-size: 12px; text-align: center; position: fixed; bottom: 5px; left: 50%; transform: translateX(-50%); } .attribution a { color: #2c7dfa; }
- Give only 1rem padding in .container.
Marked as helpful0@RealHustlerPosted over 1 year ago@sahilatahar Thank you for your feedback appreciate it
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