background: linear-gradient(direction, color-1, color-2, ...);
Creates an image using a mixture of colors.
filter: drop-shadow(x-offset y-offset blur color);
Applies a drop-shadow to html element.
background: linear-gradient(direction, color-1, color-2, ...);
Creates an image using a mixture of colors.
filter: drop-shadow(x-offset y-offset blur color);
Applies a drop-shadow to html element.