About 4,570,000 results
Open links in new tab
  1. html - Remove white space above and below large text in an …

    I need to remove this "padding", one way is to simply alter the line-height, as with: http://jsfiddle.net/7vNpJ/1/ This works great in Chrome but in Firefox the text is shifting towards …

  2. CSS Text Indentation and Spacing - W3Schools

    In this chapter you will learn about the following properties: The text-indent property is used to specify the indentation of the first line of a text: The letter-spacing property is used to specify …

  3. How to remove bottom line from Input text - Stack Overflow

    May 7, 2025 · you can use this css code: input [type=text]{ outline: none; } it can delete outline border very easy.

  4. How to Remove Underline below text using CSS - Stack Overflow

    Jul 25, 2012 · Links are separate from texts in CSS, so you have to specifically set links to text decoration: none. For example: A:link {text-decoration: none} A:visited {text-decoration: none} …

  5. Cropping Away Negative Impacts of Line Height - Medium

    Mar 22, 2018 · To remove the space, add pseudo :before and :after elements to the text element, each with negative margins. In the Original, the :before and :after elements have height, width …

  6. How to eliminate extra space before and after a <form> tag

    Sep 19, 2024 · By applying a negative value to margin-bottom, you can eliminate extra space between elements, such as reducing the gap between a heading and a <form> tag for a …

  7. a simple CSS formula to remove top space from your text

    Aug 6, 2018 · In this article we are going to take a look at how we can remove this space from the text elements using a simple SCSS mixin. This mixin was originally created for our library of …

  8. How to Add or Reduce Space Between Lines of Text Using Just HTML and CSS

    Nov 20, 2020 · It turns out that’s pretty simple: just use the line-height CSS property and then apply it. I have an example below. Then, you can apply that CSS class to your HTML. Now, …

  9. How To Eliminate Space Between Lines in HTML? - GeeksforGeeks

    Sep 6, 2024 · To remove space between inline-block elements in CSS, ensure no whitespace or line breaks exist in HTML between elements. Alternatively, set the font-size of the parent to 0 …

  10. How do I remove these unwanted lines from my HTML/CSS

    to class .imgLink in your css. This should actually remove the gap (and the underline), rather than just removing the underline. This is often desirable where you want to accurately adjust …

Refresh