About 195,000 results
Open links in new tab
  1. css - HTML Padding Style - Stack Overflow

    Jul 22, 2015 · This Stack Overflow page discusses how to use HTML padding style with CSS, providing insights and solutions for related queries.

  2. css - Add padding to HTML text input field - Stack Overflow

    95 I want to add some space to the right of an <input type="text" /> so that there's some empty space on the right of the field. So, instead of , I'd get . So, same behavior just some empty …

  3. html - Padding a table row - Stack Overflow

    Update: in Feb 2015, this thread on the [email protected] mailing list discussed about adding support of padding and border for table-row. This would apply the standard box model also to …

  4. html - Add padding to a single div - Stack Overflow

    6 How can I add padding to the top of a single div? Is there a way to do it without modifying the .css file? I am using Bootstrap and there is no space between the carousel and the first div. I …

  5. html - Set cellpadding and cellspacing in CSS? - Stack Overflow

    In an HTML table, the cellpadding and cellspacing can be set like this: &lt;table cellspacing="1" cellpadding="1"&gt; How can the same be accomplished using CSS?

  6. How to add top and bottom padding to the html element?

    May 23, 2023 · By setting padding: 50px 0;, you are adding 50 pixels of padding to the top and bottom of the html element. This will create space between the card and the webpage.

  7. how do I add padding to each element of a list? - Stack Overflow

    Jul 31, 2021 · 0 Your code is correct and padding should work maybe your CSS file is not linked properly. an easier method of doing what you want to do is you can give a class to its parent …

  8. HTML table needs spacing between columns, not rows

    Feb 18, 2019 · 8 This can be achieved by putting padding between the columns using CSS. You can either add padding to the left of all columns except the first, or add padding to the right of …

  9. html - CSS: Control space between bullet and <li> - Stack Overflow

    Learn how to control the space between bullet points and list items using CSS with examples and solutions.

  10. html - How can i add padding to an image? - Stack Overflow

    I have an image and want it to have some space from the borders of the &lt;div&gt; it's contained in. I have tried adding padding but the image still fills the whole &lt;div&gt; and seems to ignore...