Jump to content

80's neon style card


chef

Recommended Posts

I saw something like this on youtube, and I added it to emby to see what it was like. I'm keeping it for a little bit, but probably go back to default styles someday. :)

 

 

5ded7b04f2998_80sLazers.png

.cardScalable:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(235deg, #772aff, #010615, #2196F3, transparent);
    z-index: -2;
    filter: blur(8px);
}

.cardScalable:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(235deg, #772aff, #010615, #2196F3, transparent);
    z-index: -1;
}
Edited by chef
  • Like 3
Link to comment
Share on other sites

Diedrich

I like how it's not just a continuous glow and that it provides some depth. I look forward to trying it. Thanks for sharing!

Link to comment
Share on other sites

  • 5 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...