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

Article preview component

@Savindushehan

Desktop design screenshot for the Article preview component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


This is my new challenge. I have some problems.

  1. how to change color white in share image? 2)My mobile page social media bar don't come in end.How to get it. please give me your valuable time.

Community feedback

@0xabdulkhaliq

Posted

Hello there 👋. Congratulations on successfully completing the challenge! 🎉

  • I have other recommendations regarding your code that I believe will be of great interest to you.

CSS 🎨:

  • How to change color white in share image ?, Let me explain how you can easily change the color of share icon from grey to white with the filter property in css
  • We are going to use the filter property which may help us to apply manual filters on any elements like img,div etc.
  • So just add filter: brightness(3); to your #one share button element, this will change your grey share icon into pure white.
  • Now your share icon is turned into white without hassle & you learned about filter as well

.

I hope you find this helpful 😄 Above all, the solution you submitted is great !

Happy coding!

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