Luke Ivanchenko-Cooney
Results
2
comments of
Luke Ivanchenko-Cooney
I've successfully emulated this effect by using a pseudo-element and a linear-gradient: ``` .scorecard__graph { position: relative; } .scorecard__graph::before { content: ''; display: block; background: linear-gradient(#fff0, white); position: absolute; bottom:...
I think this deserves re-thinking, as put forth in the cases above. I've just noticed this 'warning' in a project. There are too many scenarios to cater for; people should...