Advertisement
izuemis

cr nyamuchis - main contents

Dec 14th, 2023
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. -- MARQUEE EMBED --
  2. <style>
  3.  
  4. marquee {
  5. position: relative;
  6. left: -2em;
  7. font-family: magica;
  8. font-size: 2em;
  9. color: #6494A7;
  10. width: 220px;
  11. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  12. margin: 0px 1px;
  13. }
  14.  
  15. </style>
  16.  
  17. <marquee>Won’t it get lonely all by yourself?</marquee>
  18.  
  19. -- IMAGES --
  20.  
  21. i just played with absolute positioning so play around with it!
  22. code for it will not be included.
  23.  
  24. -- MAIN CONTAINER --
  25. border: 2px double #fff;
  26. overflow: hidden;
  27. font: 28px;
  28. z-index: 4;
  29. box-shadow: 0 0 2px 2px #363f58;
  30. overflow: auto;
  31. height: 300px;
  32.  
  33. -- NAME --
  34. font-family: sanjoan;
  35. text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  36. margin: 0px 1px;
  37.  
  38. -- SCROLL CONTAINER --
  39. width: 92%;
  40. height: 11em;
  41. text-align: justify;
  42. opacity: 100%;
  43. border: 1px solid #363f58;
  44. border-radius: 10px 10px 10px 10px;
  45. box-shadow:inset 13px 0px 6px -10px rgb(54 63 88 / 26%), inset -13px 10px 6px -10px rgb(54 63 88 / 36%), inset 13px 0px 6px -10px #ffffff, inset 13px -13px 6px -13px rgb(54 63 88 / 18%), 0 0 2px 2px #fff;
  46. padding: 5px;
  47. left: 1em;
  48. bottom: .75em;
  49. z-index:4;
  50. position: absolute;
  51. overflow: auto;
  52. white-space: nowrap;
  53.  
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement