Design comparison
SolutionDesign
Solution retrospective
I need your feedback if I have any errors, Also if anyone has better ideas please tell me in the comment!.
Community feedback
- @DrMESAZIMPosted over 2 years ago
Hi Ahmed
This was a very good attempt. As for me I would like to change your code so that our footer or which you referred in the class name "other-info" to place it at the bottom of the page .
To do that inside the file style.css line 66 replace the "top" property with "bottom" so that we it like this
.other-info{ position: absolute; bottom: 0%; left: 50%; transform: translate(-50%, 50%); font-family: var(--Mon); }
Marked as helpful0@ahmedJabbanPosted over 2 years ago@DrMESAZIM Thanks for this pretty idea! , I appreciate that!.
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