Advertisement
Guest User

Untitled

a guest
Oct 16th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <apex:page showHeader="false" sidebar="false">
  2.  
  3. <apex:stylesheet value="{!URLFOR($Resource.bootstrap01, 'bootstrap01/css/bootstrap.css')}" />
  4.  
  5. <div class="container">
  6. <div class="row">
  7. <div class="col-md-2">
  8. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
  9. </div>
  10. <div class="col-md-2">
  11. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
  12. </div>
  13. </div>
  14. </div>
  15. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement