About 9,470,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 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.

  4. 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 …

  5. 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 …

  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. css - Vertically align text within a div - Stack Overflow

    Most surely at the top of the container, because the text can only position itself where the text flows, inside a height:10px space. But you can overcome that by using a line-height value the …

  8. 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 …

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

  10. Is type="text/css" necessary in a <link> tag? - Stack Overflow

    Nowadays jquery.com site does not use type="text/css", but the Stackoverflow site is still using it.