Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Clipboard Landing Page Using HTML, CSS & added JS and Animate.css

Sky 945

@Skyz03

Desktop design screenshot for the Clipboard landing page coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

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

P
tediko 6,580

@tediko

Posted

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 and padding from .footer-logo. Then you have to remove margin and width from .logo-section and voila. Since your footer have text-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

Sky 945

@Skyz03

Posted

@tediko Thanks a lot. Will implement this out shortly. I was looking for both mobile and desktop friendly way Cheers.👍

0
Sky 945

@Skyz03

Posted

@tediko Works Perfectly, Thanks a lot...

0
P
Patrick 14,325

@palgramming

Posted

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

Sky 945

@Skyz03

Posted

@palgramming Thank you for your valuable insight ... will surely implement that out.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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