DEV Community

Cover image for Interactive Cards
Tina Huynh
Tina Huynh

Posted on

Interactive Cards

I'm currently working on a new personal project and decided to give glassmorphic cards a looking into. Though what I found was very inspirational, I decided to go a different route for my approach. The result ended looking like so:

my card

For my card's design and functionality, I used vanilla-tilt.js - "a smooth 3D tilt javascript library forked from Tilt.js (jQuery version)"

script

VailliaTilt

I wanted a very nice shadow on the card and added such styles in my stylesheet:

stylesheet

I think having the word "RESULTS" on the side was a nice touch that gave the card more personality. With it being in the corner where there isn't much text overlapping, there is a very distinct look it gives off. I may think about making the word a shade lighter and make it a little more reflective in the future depending on how the rest of the card ends up looking when it gets populated.

content stylesheet

There are a lot more options from vanilla-tilt that I did not use:

other options

What do you think? Always appreciate feedback

Happy coding!

Top comments (2)

Collapse
 
vulcanwm profile image
Medea

That looks cool!

Collapse
 
tmchuynh profile image
Tina Huynh

Thanks!