About 105,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. html - Add padding to a single div - Stack Overflow

    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 tried adding padding to the carousel, but the color of the left and right chevron overlap the padding, and this is not the look I want.

  3. html - Padding a table row - Stack Overflow

    Jun 10, 2017 · In the 30 September 2014 Editor's Draft of CSS basic box model, padding and border properties exist for all elements including table-row and table-column elements. If it eventually becomes a W3C recommendation, your html+css example may work as intended in browsers at last.

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

    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 space to the right. I've tried using padding-right, but that doesn't seem to do anything. Is there a …

  5. html - Create Padding around a div? - Stack Overflow

    Jul 14, 2013 · This is the normal behaviour of the default box model, i.e the padding and the border dimensions are added to the width property. If you want to avoid clumsy calculations, you can change the default model (content-box) using box-sizing like so:

  6. html - Is there any way to add padding to select options via CSS ...

    I want to add some kind of space (padding, margin or whatever) between select options in HTML using CSS. I am currently using Chrome and I've already tried using something like this: select option...

  7. html - Adding padding around text - Stack Overflow

    Dec 14, 2017 · Your current CSS should add 20 margin to the left of all divs. If you want padding specifically around the text you could add a CSS rule for the .Roboto class, for example "padding: 20px".

  8. html - Does UL have default margin or padding - Stack Overflow

    May 24, 2015 · OK, the padding seems to work. I just feel strange adding padding to a default setting that I have no control over or that I can't recognize in my code. But I guess, whatever works.

  9. html - Add padding at the beginning and end of each line of text ...

    Feb 15, 2011 · I've got a span which goes over a number of lines and has a background colour. I need each of the lines to have a 10px padding at the end. The text will be dynamic so i need a css or js solution ra...

  10. html - How to apply padding to every line in multi-line text?

    The padding is applied only to the left (beginning) and right (end) of each span, not the left (beginning) and right (end) of each line. This is working per the specification.

Refresh