Advertisement
Guest User

Untitled

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