Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson

CSS filter Property

             Elements पर Visual Effects Add करने के लिए CSS filter Property का इस्तेमाल किया जाता हैं। filter Property से Elements पर कुछ हद तक किसी Image Editor Program की तरह कार्य कर सकते हैं। filter का Use वैसे तो सभी Elements पर किया जा सकता हैं. लेकिन, Image Element पर filter का सबसे ज्यादा इस्तेमाल किया जाता हैं। Image के अलावा Border Element, Background के साथ भी Use किया जाता हैं। इस Property से Elements की Brightness, Contrast, Color Scale आदि Visual Properties को Edit किया जा सकता हैं

Syntax:-

selector

{

filter: filter-functions;

}

filter Property की Values को filter-functions कहा जाता हैं जो निम्न हैं-

 

CSS filter Property

          CSS filter property is used to add visual effects to elements. With the filter property, you can work on elements to some extent like an image editor program. Actually, filter can be used on all elements. But, filters are most used on Image Element. Apart from image, border element is also used with background. With this property, visual properties like brightness, contrast, color scale etc. of elements can be edited.

Syntax:-

selector

{

filter: filter-functions;

}

Values of filter property are called filter-functions which are as follows-

error: Content is protected !!