Advertisement
powys

change color bg scrollbox

Jun 3rd, 2021
7,697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <style>
  2. #scroll4 {
  3. height: 100px;
  4. width: 100%;
  5. padding: 10px;
  6. background: #FEC3DC;
  7. border: 3px double #000;
  8. font: 16px Georgia, Garamond, Serif;
  9. overflow: auto;
  10. }
  11.  
  12. </style>
  13. <div id="scroll4">
  14. <strong>change bg</strong>
  15. <p></p>
  16. 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
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement