About 469,000 results
Open links in new tab
  1. html - Change Color of Fonts in DIV (CSS) - Stack Overflow

    Oct 21, 2012 · I am trying to change the color and size of H2 font and H2 link fonts based on the div they are in but have not been successful. What am I doing wrong? h2 { color: fff; font-size: …

  2. css - How to change default text color for entire site - Stack …

    Jul 31, 2020 · I have since abandoned the template and use CSS to style everything, but for some reason I cannot change the default text color of the whole site. I thought that simply changing …

  3. CSS "color" vs. "font-color" - Stack Overflow

    Anyone know why CSS provides color for text, but does not have font-color or text-color? Seems very counter-intuitive, kind of like text-decoration: underline rather than font-style or something r...

  4. HTML5: using <p style> with color and font? - Stack Overflow

    Aug 11, 2020 · HTML5: using <p style> with color and font? Asked 5 years, 4 months ago Modified 5 years, 3 months ago Viewed 11k times

  5. css - How do I color and bold HTML text? - Stack Overflow

    Mar 27, 2021 · I want to make the word &quot;English&quot; red and bold. How can I do this in HTML? If there is no way to do this CSS would be still OK.

  6. html - Font color vs span style - Stack Overflow

    What should I use? <span style="color:red">test</span> or <font color="red">test</font> and why?

  7. Change an HTML input's placeholder color with CSS

    Browsers with HTML support for placeholder but without CSS support for that (like Opera) should be tested too. Placeholders are no replacement for labels, so make sure you have a label, too …

  8. css - How to change the font color in a textarea - Stack Overflow

    I have the background color set to black for the text-area, however the default text color is black, so until you highlight it you can't see it. I can't seem to find a way to change the font color to …

  9. css text gradient - Stack Overflow

    p { background-image: linear-gradient(red, blue); color: transparent; background-clip: text; } Some things to note: A lot of the old examples use -webkit-text-fill-color rather than color. The two …

  10. html - CSS Font color not changing - Stack Overflow

    Dec 26, 2012 · The CSS fill is applying the margins, padding and border attributes but not the color. I have no idea why it is not working. Anybody have clues?