In this tutorial, we are going to learn about CSS Filter Effects: Hue-rotate, Invert, Blur, Opacity, and Drop Shadow . This is the continuation of CSS Filter Effects: Brightness, Contrast, Grayscale, Saturate, and Sepia Part I tuorial. And, this is the simple syntax to apply the filter effect in CSS: filter : none | blur ( ) | brightness ( ) | contrast ( ) | drop-shadow ( ) | grayscale ( ) | hue-...