html - twitter bootstrap - how to skip a line? -


What is the correct way to leave a line? So that my image from the top row can not stick to the menu on the bottom row? (I.e. there should be a space between the lines)

At this time I do:

  & lt; Div class = "row" & gt; & Lt; Div class = "span12" & gt; & Lt; / Br & gt; & Lt; / Div & gt; & Lt; / Div & gt;   

It seems that I do not break the CSS template in any way, but I wonder how people do it in the normal way.

(I am using 12 column templates)

This is usually a A good practice to isolate the style of the page and content or decoration is a page. Decorations should be carefully cssed and HTML should be kept in mind.

Line breaks are considered as materials, so the use of line breaks as a style for the page is not advised.

I think what you want is something like that.

  .row {padding-top: 20px; }   

This will give 20px padding at the top in the line div.

Comments