Advertisement
dianakko

scrollbox with image as bg

Sep 18th, 2021
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1.  
  2. <style>
  3. #scroll4 {
  4. height: 100px;
  5. width: 100%;
  6. padding: 10px;
  7. border: 3px double #000;
  8. font: 16px Georgia, Garamond, Serif;
  9. overflow: auto;
  10. background-image: url(" http://i160.photobucket.com/albums/t197/myntebuu/SOZAI/bgheartsribbonspink.gif");
  11. }
  12.  
  13. </style>
  14. <div id="scroll4">
  15. <strong>change bg</strong>
  16. <p></p>
  17. text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
  18. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement