Advertisement
googin

Horizontal Scroll

Mar 20th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:aeroblade;
  4. src:url(https://dl.dropbox.com/s/rp1c9fy6nef7l15/Aeroblade.ttf);
  5. }
  6. #scroll {
  7. width: 14.25em;
  8. border: 1px solid #BE93D4;
  9. white-space: nowrap;
  10. overflow-x: auto;
  11. padding: .5em;
  12. box-sizing: border-box;
  13. height: 10em;
  14. overflow-y: hidden;
  15. background: -webkit-linear-gradient(-90deg, #F0CEFF 0%, #F4E6FB 100%);
  16. }
  17. .wow {
  18. width: 11em;
  19. overflow-y: scroll;
  20. border: 1px solid #000;
  21. white-space: normal;
  22. display: inline-block;
  23. height: 90%;
  24. padding: .2em;
  25. vertical-align: middle;
  26. background-color: #FFF;
  27. }
  28. mark {
  29. font-family:aeroblade;
  30. background: -webkit-linear-gradient(-90deg, #F0CEFF 0%, #FFF 100%);
  31. text-shadow: -1px -1px 0 #AF83E1, 1px 1px 0 #000, -1px -1px 0 #E8B9FF, -1px 2px 0 #E8B9FF;
  32. border: 1px solid #000;
  33. border-radius: 3px;
  34. padding: 0 5px 0 5px;
  35. color: #fff;
  36. font-size: 14px;
  37. </style>
  38. <div id="scroll">
  39. <div class="wow">
  40. <mark> <strong> Intro </strong> </mark> 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</div> <div class="wow"> <mark> <strong> Interests </strong> </mark> 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
  41. </div> <div class="wow"><mark> <strong> Notes </strong> </mark> 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</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement