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

blur(px)

       यह function किसी image का blur effect define करने के लिए प्रयोग किया जाता है। इस function में value pixels के रूप में pass की जाती है।

brightness(%)

          यह function किसी image की brightness को control करने के लिए use किया जाता है। इस function में value percentage के रूप में pass की जाती है।

contrast(%)

         यह function किसी image के contrast को control करने के लिए प्रयोग किया जाता है। इसकी value percentage के रूप में pass की जाती है।

drop-shadow(v-shadow h-shadow blur spread color)

           यह function किसी image का shadow effect create करने के लिए प्रयोग किया जाता है। इस function में vertical shadow, horizontal shadow, blur, spread और shadow का color आदि values pass की जाती है।

         Vertical shadow value द्वारा define किया जाता है की shadow top में show होगी या bottom में show होगी। इसी प्रकार horizontal shadow value द्वारा define किया जाता है की shadow right में show होगी या left में show होगी।

            Blur value define करती है shadow कितनी धुँधली show होगी। Spread value define करती है की shadow कितनी फैलेगी। Color value द्वारा shadow का color define किया जाता है।

 

 

blur(px)

           This function is used to define the blur effect of an image. In this function the value is passed in the form of pixels.

brightness(%)

           This function is used to control the brightness of an image. In this function the value is passed as percentage.

contrast(%)

         This function is used to control the contrast of an image. Its value is passed as percentage.

drop-shadow(v-shadow h-shadow blur spread color)

             This function is used to create shadow effect of an image. In this function values like vertical shadow, horizontal shadow, blur, spread and color of shadow etc. are passed.

             Vertical shadow value defines whether the shadow will be shown at the top or bottom. Similarly, the horizontal shadow value defines whether the shadow will be shown on the right or left.

            Blur value defines how blurry the shadow will be shown. Spread value defines how much the shadow will spread. The color of the shadow is defined by the color value.

error: Content is protected !!