lockets

floating picture

Apr 8th, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <style>
  2. #floaty {
  3. text-shadow: -1px 0 #446434, 0 1px #446434, 1px 0 #446434, 0 -1px #446434, 0 0;
  4. font-family: romantic;
  5. font-size: 2em;
  6. font-weight: bold;
  7. color: #fff;
  8. position: absolute;
  9. bottom: 7em;
  10. left: 3em;
  11. animation-name: floating;
  12. animation-duration: 3s;
  13. animation-iteration-count: infinite;
  14. animation-timing-function: ease-in-out;
  15. }
  16.  
  17. @keyframes floating {
  18. 0% { transform: translate(0, 0px); }
  19. 50% { transform: translate(0, 15px); }
  20. 100% { transform: translate(0, -0px); }
  21. }
  22.  
  23. </style>
  24. <div id="floaty"><img src="<img src="https://cdn.discordapp.com/attachments/617874431477415941/1084324128259059833/220620-LOONA-HaSeul-Summer-Special-Mini-Album-Flip-That-Press-Showcase-documents-2-removebg-preview.png">"</div>
Advertisement
Add Comment
Please, Sign In to add comment