Submitted about 2 years ago
Custom 3-Column Preview Cards with Glow Effects
@attia-mahmoud
Design comparison
SolutionDesign
Solution retrospective
I redid this challenge while implementing my take on an awesome glowing effect I found online 🌟.
Below are the effects I added:
- 🔍 Glassmorphism on the cards
- 🛸 Hover effect on each card background
- 🔨 Modifications to the buttons and images
- 🎨 New color gradients and background color
🧠 These are the websites I found helpful:
Community feedback
- @denieldenPosted about 2 years ago
Hi Mahmoud, congratulations on completing the challenge! Great job, your style version is so cool 😁
Some little tips for optimizing your code:
- remove the descriptive text in the
alt
attribute of the icons because there are only decorative in this case - remove all
margin
frommain
tag because with flex they are superfluous - after, add
min-height: 100vh
to body because Flexbox aligns child items to the size of the parent container - add
transition: all 05ms ease
on the.background
class to smooth the hover effect
Hope this help! Happy coding 😉
Marked as helpful0@attia-mahmoudPosted about 2 years ago@denielden, I appreciate the feedback! I've applied your tips to my code 😊
1 - remove the descriptive text in the
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