I've been using CSS for about 2 years now, and i'm just now jumping on
the Blueprint css. Often I would like a block space to the left of my
documents, and i'm finding this difficult to achieve. Is this the
correct way to accomplish what is essentially padding?

<div class = "container">
        <div class = "span-12">
                &nbsp
        </div>
        <div class = "span-2">
                 <p>my actual content goes here</p>
        </div>
</div>


This works, but seems to be somewhat of a hack, as it will not work
without the &nbsp. Is there a better way to accomplish this task?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to