.class {
color: white;
}
p{
color: White;
}
body {
background-color:rgb(130, 50, 29);
}
#id {
color: white;
}
.YourClass {
color: #ff0000;
}
color:#ffffff; /*!important; to overwrite inline css*/
Don't use keywords like green, orange, red or so on because browsers will interpretate them in differen colors. Use rgb or hex instead
body {
color: blue;
}
h1 {
color: green;
}
color: #EAF6F6;
color: red;
color: rgb(255, 255, 255);
/* This Way You can Color Any Font */
color: yellow;
p{
color: red;
}
Code Example |
---|
Css :: what to use instead of overflow overlay |
Css :: what is css |
Css :: css saturate |
Css :: wordpress page css not working |
Css :: feature detect css |
Css :: truncate multiline text |
Css :: scrollbar |
Css :: fixed image position while scrolling |
Css :: background images in css |
Css :: Sass @mixin and @include |
Css :: css push div down |
Css :: box sizing css |
Css :: style input number css |
Css :: html transition |
Css :: how to fix rough text html |
Css :: ahk borderless fullscreen |
Css :: css buchstaben auseinander weite |
Css :: exclude html content when print |
Css :: django validation error css |
Css :: how to code color css property |
Css :: css() multiple |
Css :: css efeito negativo fotos |
Css :: overflow |
Css :: css let div be last |
Css :: css fonts |
Css :: css has parent selector |
Css :: @font-face or font link |
Css :: css grid item |
Css :: sass example html |
Css :: css inherit class |