On Tue, Sep 23, 2008 at 7:47 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Code:
>
> <div class="span-24">
> </div>
> <div class="span-24">
> </div>
>
> How can I add a space between those 2 divs? for instance, I would like
> to have a 20px blank space between them?
You would do this in your custom CSS, give the first div an ID like
"content1" and do:
#content1 {
margin-bottom:16px; // or w/e amount you want
}
> And another question will be, how do I add padding or margin to the
> span divs? For instance, I would like a 15 px padding for the span-24
> div.
On the sides, you use append-X and prepend-X and use a smaller span-X,
but for exactly 15px, you have to use some custom CSS.
> last one, I still can not think any good use for style like "pull-1",
> and "push-1", can someone give me a case where we need use them?
They can make something look cool, like pulling a quote or image out
of the flow to make something stand out. Look up examples of "pull
quotes" online.
> Thanks!
Yourwelcome!
--
--
Christian Montoya
christianmontoya.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---