About 50 results
Open links in new tab
  1. CSS "color" vs. "font-color" - Stack Overflow

    Feb 7, 2016 · 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 …

  2. 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: 20px; } soci...

  3. css - How to change default text color for entire site - Stack Overflow

    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 the …

  4. css - HTML: Changing colors of specific words in a string of text ...

    Jan 30, 2011 · Learn how to change the color of specific words in a text string using HTML techniques and examples.

  5. css - Outline effect to text - Stack Overflow

    .outline { color: #fff; text-shadow: #000 0px 0px 1px; -webkit-font-smoothing: antialiased; } Why? When you offset multiple shadow effects, you’ll begin to notice ungainly, jagged corners: Having text …

  6. How to change text transparency in HTML/CSS? - Stack Overflow

    May 31, 2012 · There is no CSS property like background-opacity that you can use only for changing the opacity or transparency of an element's background without affecting the child elements, on the other …

  7. 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?

  8. CSS Input field text color of inputted text - Stack Overflow

    Learn how to change the text color of input fields in CSS with practical examples and solutions from the Stack Overflow community.

  9. 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.

  10. How to change text color of a css class? - Stack Overflow

    Oct 13, 2016 · I am using Bootstrap.css, and there's a class named "form-control". I am using this class to style my aspx controls. The problem is that its textbox font color is grey and I want it to be black. I ...