About 11,500,000 results
Open links in new tab
  1. css - Outline effect to text - Stack Overflow

    Are there any ways in CSS to give outlines to text with different colors ? I want to highlight some parts of my text to make it more intuitive - like the names, links, etc. Changing the link colors...

  2. html - Setting a max character length in CSS - Stack Overflow

    May 27, 2017 · If your using textarea or input there is a max length (maxlength="50" this is in the HTML) property for them or you would have to use Javascript. Also I think I misread this, …

  3. How to stop text from taking up more than 1 line? - Stack Overflow

    Feb 21, 2009 · Is there a word-wrap or any other attribute that stops text from wrapping? I have a height, and overflow:hidden, and the text still breaks. Needs to work in all browsers, before …

  4. How do I vertically center text with CSS? - Stack Overflow

    This Stack Overflow thread discusses various methods to vertically center text using CSS, providing solutions and examples for developers.

  5. Is there a CSS selector for elements containing certain text?

    Oct 5, 2009 · The text content of an element is effectively a child of that element You cannot target the text content directly CSS does not allow for ascension with selectors These 3 …

  6. css - Font scaling based on size of container - Stack Overflow

    Learn how to scale font size dynamically based on the size of its container using CSS techniques and responsive design principles.

  7. How to make blinking/flashing text with CSS 3 - Stack Overflow

    Learn how to create blinking or flashing text using CSS 3 on Stack Overflow.

  8. CSS text-overflow: ellipsis; not working? - Stack Overflow

    Jul 22, 2013 · text-overflow:ellipsis; only works when the following are true: The element's width must be constrained in px (pixels). Width in % (percentage) won't work. The element must …

  9. Limit text length to n lines using CSS - Stack Overflow

    Oct 13, 2010 · Is it possible to limit a text length to "n" lines using CSS (or cut it when overflows vertically). text-overflow: ellipsis; only works for 1 line text. original text: Ultrices natoque mus …

  10. CSS Font Border? - Stack Overflow

    Apr 3, 2010 · With all the new CSS3 border stuff going on (-webkit, ...) is it now possible to add a border to your font? (Like the solid white border around the blue Twitter logo). If not, are there …