An open API service indexing awesome lists of open source software.

https://github.com/tomashubelbauer/css-fading-box-shadow

A CSS hack for fading box shadow effect not achieveable using pure CSS
https://github.com/tomashubelbauer/css-fading-box-shadow

box-shadow css

Last synced: about 2 months ago
JSON representation

A CSS hack for fading box shadow effect not achieveable using pure CSS

Awesome Lists containing this project

README

          

# CSS Fading Box Shadow

In this repository I attempt to prototype and demonstrate a fading box shadow
applied to the top and bottom edges of a container.

During the experimentation phase I realized that a radial gradient may be a
better fit and use that instead.

[**DEMO**](https://tomashubelbauer.github.io/css-fading-box-shadow)

## To-Do