Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <style>
  2. h1{
  3. font-family:Arial;
  4. position:absolute;
  5. -webkit-transition: transform 1.05s ease-in-out;
  6. }
  7. #h1{left: 17.4;top: 13px;}
  8. #h2{transform: rotate(90deg);left:12px;top: 18px;}
  9. #h3{transform: rotate(180deg);top: 13px;left: 7.5;}
  10. #h4{transform: rotate(-90deg);left: 13px;}
  11. </style>
  12. <div id="host">
  13. <h1 id=h1>F</h1>
  14. <h1 id=h2>F</h1>
  15. <h1 id=h3>F</h1>
  16. <h1 id=h4>F</h1>
  17.  
  18. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement