.class {
color: white;
}
#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;
}
/* This Way You can Color Any Font */
color: yellow;
Code Example |
---|
Css :: |
Css :: css animation box shadow |
Css :: css class and id |
:: css line-height |
Css :: line icon css |
Css :: animation css |
Css :: css file path |
Css :: apply style to all dives except one |
Css :: auto zoom image css |
Css :: how to change the select arrow in css |
Css :: css syntax |
Css :: repeating gradient |
:: css text background |
Css :: tailwind css margin auto |
Css :: remove text color from link |
Css :: iphone css |
Css :: |
Css :: trim background image css |
:: fonts from google fonts do not work |
Css :: |
Css :: how to use hr lines in a class css |
Css :: css keep aspect ratio image |
Css :: css make background image repeat vertically |
Css :: easyui datagrid header field color |
Css :: flexbox froggy |
Css :: css icon |
Css :: postion on window top css |
Css :: screen sizes for css media |
Css :: datepicker not select future date odoo 13 |
Css :: eliminate render-blocking resources css |