Advertisement
Saryn

goSupermodel Codes

Dec 12th, 2022 (edited)
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. One Box:
  2. <div style="background-image:url(BACKGROUND IMAGE URL); background-repeat:no-repeat; width:731px; height:400px; position:relative; margin-left:-7px; margin-top:-21px; margin-bottom:-20px;">
  3. <div style="position:absolute; left:100px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text here.</div>
  4.  
  5. Two Boxes:
  6. <div style="background-image:url(BACKGROUND IMAGE URL); background-repeat:no-repeat; width:731px; height:400px; position:relative; margin-left:-7px; margin-top:-21px; margin-bottom:-20px;">
  7. <div style="position:absolute; left:100px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text here.</div>
  8. <div style="position:absolute; left:200px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text here.</div>
  9.  
  10. Three Boxes:
  11. <div style="background-image:url(BACKGROUND IMAGE URL); background-repeat:no-repeat; width:731px; height:400px; position:relative; margin-left:-7px; margin-top:-21px; margin-bottom:-20px;">
  12. <div style="position:absolute; left:100px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text here.</div>
  13. <div style="position:absolute; left:200px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text here.</div>
  14. <div style="position:absolute; left:300px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text here.</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement