Search
 
SCRIPT & CODE EXAMPLE
 

CSS

scss color black white

@use "sass:color";


@if color.red($color) * 0.299 + color.green($color) * 0.587 + color.blue($color) * 0.114 < 186 {
  color: #fff;
} @else {
  color: #000;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css crop image 
Css :: css accent 
Css :: tampermonkey custom css 
Css :: css shape-outside 
Css :: increase Nth-child CSS 
Css :: css two classes together 
Css :: summation in jupyter markdown 
Css :: background css image 
Css :: tailwindcss cdn v3 
Css :: css italics 
Css :: nth child 
Css :: css grid example 
Css :: tailwind icon animation 
Css :: pesudo content css break word 
Css :: html and css websites 
Css :: @media for react style css 
Css :: img grows up onmouseover css 
Css :: boostarp grid npm css react 
Css :: css buchstaben auseinander weite 
Css :: css z-index property 
Css :: move sidebar to top on mobile 
Css :: values play state animation css 
Css :: css footer comes under aside 
Css :: css hide textbox 
Css :: space-x css 
Css :: css cursor 
Css :: How to convert directory SASS/SCSS to CSS via command line? 
Css :: css colors 
Css :: how to boosts your rendering performance 
Css :: css good border radius 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =