Advertisement
kyujouz

blurry scrollbox

Nov 6th, 2022
1,086
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <style>
  2. #twelve {
  3. margin: auto;
  4. height: 110px;
  5. width: 135px;
  6. padding: 3px;
  7. text-align: center;
  8. color: #444980;
  9. font-family: questrial;
  10. font-size: 14px;
  11. background: #E2DCDE;
  12. box-shadow: 0px 0px 2px 2px #E2DCDE;
  13. overflow: auto;
  14. }
  15. </style>
  16. <div id="twelve">Hi</div>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement