Search
 
SCRIPT & CODE EXAMPLE
 

CSS

change color to white svg with filter

body {
  background-color: #dadada;
}

.custom-1 {
  filter: invert(0.5);
}

.custom-2 {
  filter:  brightness(0) invert(1);
}
Comment

PREVIOUS NEXT
Code Example
Css :: mysqli check if delete was successful 
Css :: css darken 
Css :: how to serve css through go 
Css :: text outline css 
Css :: css ganzer button anklickbar 
Css :: center css elements 
Css :: unclickable button 
Css :: dotted underline css 
Css :: detect if an element has a class jQurey 
Css :: vertically center div inside div 
Css :: button onclick open video in new window 
Css :: make div the size of the text inside 
Css :: li only showing first bullet 
Css :: div centre 
Css :: Adding gradient to text color 
Css :: animation reverse 
Css :: add shadowto container 
Css :: line spacing css 
Css :: ion-select background color 
Css :: styles only for IE 
Css :: media queries css wit logical operators 
Css :: Can I use placeholder in <input type="time"/ 
Css :: how to make fonts respnsive 
Css :: input outline focus 
Css :: table font size 
Css :: how to highlight input on focus with box shadow 
Css :: hover media query 
Css :: delete after content css 
Css :: how to put a black overlay on a photo css 
Css :: css box shadow from all sides 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =