Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css saturate

/* syntax:
The amount of the conversion, specified as a <number> or a <percentage>.
A value under 100% desaturates the image, while a value over 100% 
super-saturates it. A value of 0% is completely unsaturated, while
a value of 100% leaves the input unchanged. The lacuna value for 
interpolation is 1. */
saturate(amount)

/* examples */
filter: saturate(1);
filter: saturate(2);
filter: saturate(50%);
Comment

PREVIOUS NEXT
Code Example
Css :: css img 
Css :: wordpress page css not working 
Css :: css nested 
Css :: css last child with class 
Css :: vertical align h1 inside div 
Css :: Set the style for links to pages you have visited to any color. 
Css :: how to make a text in center with background color in css 
Css :: css box-shadow over other elements 
Css :: html css templates for practice 
Css :: how to change font color in css 
Css :: box css example 
Css :: z-index on position absolute 
Css :: css notes 
Css :: ie showing close icon 
Css :: web3 button style 
Css :: spaziatura caratteri css 
Css :: foreign key vs indexes 
Css :: javafx change image on hover 
Css :: scss to css 
Css :: responsive card css 
Css :: css footer comes under aside 
Css :: css pagedList 
Css :: flexbox css 
Css :: background in css 
Css :: 3d rotating text css 
Css :: fr meaning in css 
Css :: sass color functions 
Css :: add custom taxonomy into permalinks post_type_link 
Css :: css button type 
Css :: css position 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =