Advertisement
naocrrds

90 degree text with radial color

Dec 30th, 2024
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <style>
  2. #text01 {
  3. white-space: nowrap;
  4. font-size: 9em;
  5. -webkit-text-stroke-width: 0.5px;
  6. -webkit-text-stroke-color: #4d4d4d;
  7. -webkit-transform: rotate(90deg);
  8. -moz-transform: rotate(90deg);
  9. }
  10.  
  11. </style>
  12. <div>
  13. <h1 id="text01">
  14. <span style="color: #faebeb">n</span><span style="color: #fcf2f2">a</span><span style="color: #fdf8f8">m</span><span style="color: #ffffff">i</span><span style="color: #fdf8f8">e</span><span style="color: #fcf2f2">s</span>
  15. </h1>
  16. </div>
  17.  
  18.  
  19. instructions:
  20. 1. go to https://patorjk.com/text-color-fader/ to have the colors gradient
  21. 2. or choose any gradient generator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement