I am trying to implement the \"fade out\" effect in pure CSS. Here is the fiddle. I did look into a couple of solutions online, however, after reading the documentation onli
You forgot to add a position property to the .dummy-wrap class, and the top/left/bottom/right values don't apply to statically positioned elements (the default)