Advertisement
powys

freak crd scroll box

Jun 17th, 2021
1,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <link rel="preconnect" href="https://fonts.gstatic.com">
  2. <link href="https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap" rel="stylesheet">
  3.  
  4. <style>
  5. #scroll {
  6.  
  7. background: #7A8A9E;
  8. border-radius: 8px;
  9. overflow: scroll;
  10. height: 70px;
  11. -webkit-text-stroke: 1px #5C6774;
  12. font-family: 'Comic Neue', cursive;
  13. font-weight: bold;
  14. border: 1px dashed #465361;
  15. padding: 3px;
  16.  
  17. }
  18. </style>
  19.  
  20. <div id="scroll">info info info info info info info info info info info info info info info info</div>
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement