Horje
scss color black white Code Example
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;
}




Css

Related
how to center topnav bar in html Code Example how to center topnav bar in html Code Example
qgraphicsscene get viewport width Code Example qgraphicsscene get viewport width Code Example
horizontal rule plus text Code Example horizontal rule plus text Code Example
when else Code Example when else Code Example
text align in materialize css Code Example text align in materialize css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8