Top "Margin" questions

The CSS margin properties define the space around elements.

CSS: background-color only inside the margin

I have searched for an answer but couldn't find it anywhere. My question is reasonably simple: I have a background …

html css margin background-color
Does bootstrap have builtin padding and margin classes?

Does Bootstrap have built-in padding and margin classes like pad-10, mar-left-10 or I have to add my own custom classes? …

css twitter-bootstrap margin padding
Setting Margin Properties in code

MyControl.Margin.Left = 10; Error: Cannot modify the return value of 'System.Windows.FrameworkElement.Margin' because it is not a variable

c# wpf margin
Removing body margin in CSS

I'm new to web development, and met a problem when removing margin of body. There's space between the very top …

html css margin space
Remove "whitespace" between div element

This is my HTML code <div id="div1"> <div></div><div></…

css html whitespace margin
CSS Margin: 0 is not setting to 0

I'm a new comer to web designing. I created my web page layout using CSS and HTML as below. The …

html css margin
jQuery animate margin top

I have a script on jsfiddle: http://jsfiddle.net/kX7b6/ Nothing happens on hover On hover I want the …

javascript jquery css jquery-animate margin
How can I remove space (margin) above HTML header?

I am creating a website. I have written the HTML part and now I am writing the stylesheet. But there …

css html margin html-heading
How to disable margin-collapsing?

Is there a way to disable margin-collapsing altogether? The only solutions I've found (by the name of "uncollapsing") entail using …

css margin collapse
How to adjust gutter in Bootstrap 3 grid system?

The new Bootstrap 3 grid system is great. It's more powerful for responsive design at all screen sizes, and much easier …

margin padding twitter-bootstrap-3 grid-system gutter