Advertisement
ooter

Basic DIVs

Jun 22nd, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Change the width and height to suit your needs!
  2. Add as much as you'd like, font styles, borders, anything really!!
  3.  
  4. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  5.  
  6. Insert this into the HTML part of your profile!
  7.  
  8. <div style="height: 500px; width: 500px; background: #a1a1a1; padding: 20px;">Hey there! This is a DIV!!</div>
  9.  
  10. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  11.  
  12. To add a picture as the background, use the one below instead!
  13.  
  14. <div style="height: 500px; width: 500px; background: url('IMAGE_HERE'); padding: 20px;">Hey there! This is a DIV!!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement