Clipboard Landing Page Using HTML, CSS & added JS and Animate.css
Design comparison
Solution retrospective
This was a pretty interesting challenge where I started experimenting JS & Animate.css into buttons plus made it responsive as possible..
Any recommendation to make the footer logo image
center align
all the time .. the way I did is a temporary solution .. if anyone has any best practice please provide some feedback.
Thanks for your advice in advance and any suggestions to take it to the next level is highly recommended.
Community feedback
- @tedikoPosted over 3 years ago
Hello, Sky! 👋
Congrats on finishing another challenge! 🎉 Your solution looks very good and also responds well. Do you want to align it on mobile? If so, all you have to do is remove
margin
andpadding
from.footer-logo
. Then you have to removemargin
andwidth
from.logo-section
and voila. Since yourfooter
havetext-align: center
it will also align center your image. If you meant on desktop - additionally to removing styles to your.logo-section
add:display: flex; align-items: center;
Good luck with that, have fun coding! 💪
1@Skyz03Posted over 3 years ago@tediko Thanks a lot. Will implement this out shortly. I was looking for both mobile and desktop friendly way Cheers.👍
0 - @palgrammingPosted over 3 years ago
You need to work on your bottom footer the background color does not currently extend across the whole page you will see you have a small little margin on both sides currently
1@Skyz03Posted over 3 years ago@palgramming Thank you for your valuable insight ... will surely implement that out.
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