Advertisement
Guest User

Untitled

a guest
Oct 16th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <apex:page>
  2. <!-- Adding CSS -->
  3. <!-- <apex:stylesheet value="{!URLFOR($Resource.SLDS092, 'assets/styles/salesforce-lightning-design-system-vf.css')}" /> -->
  4. <apex:stylesheet value="{!URLFOR($Resource.bootstrap, 'bootstrap-3.3.5/css/bootstrap.min.css')}" />
  5. <apex:stylesheet value="{!URLFOR($Resource.bootstrap, 'bootstrap-3.3.5/css/bootstrap-theme.min.css')}" />
  6.  
  7. <div class="container">
  8. <div class="row">
  9. <div class="col-md-6">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</div>
  10. <div class="col-md-6">
  11. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
  12. <p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
  13. </div>
  14. </div>
  15. </div>
  16. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement