Why does the inherit attribute not work when associated with the linear-gradient property?
Example:
background: linear-gradient(to bottom, transparent 0%, inherit 100%);
Note: code tested on browsers based on -webkit, -moz, and -ms.
Why does the inherit attribute not work when associated with the linear-gradient property?
Example:
background: linear-gradient(to bottom, transparent 0%, inherit 100%);
Note: code tested on browsers based on -webkit, -moz, and -ms.