Advertisement
austinh115

Ambition

Jul 13th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. background: url('https://s33.postimg.cc/444mh3bxp/109509.jpg') no-repeat center/cover fixed;}
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. }
  6. *::selection {
  7. background: none;
  8. }
  9. @font-face {
  10. font-family: 'texgyre';
  11. src: url('https:\/\/austinh115.github.io/fonts/TeXGyreAdventor-Bold.eot');
  12. src: url('https:\/\/austinh115.github.io/fonts/TeXGyreAdventor-Bold.eot?#iefix') format('embedded-opentype'),
  13. url('https:\/\/austinh115.github.io/fonts/TeXGyreAdventor-Bold.woff') format('woff'),
  14. url('https:\/\/austinh115.github.io/fonts/TeXGyreAdventor-Bold.ttf') format('truetype'),
  15. url('https:\/\/austinh115.github.io/fonts/TeXGyreAdventor-Bold.svg#TeXGyreAdventor-Bold') format('svg');
  16. font-weight: bold;
  17. font-style: normal;
  18. }
  19. body{
  20. overflow: hidden;
  21. }
  22. body:after {
  23. font-family: texgyre;
  24. content: 'austin';
  25. display: block;
  26. background: black;
  27. position: absolute;
  28. color: white;
  29. width: 100vw;
  30. height: 100vh;
  31. line-height: 100vh;
  32. text-align: center;
  33. font-size: 8em;
  34. transition: background 5s linear;
  35. text-shadow: 5px 5px rgba(0, 0, 0, 0.3);
  36. }
  37. body:hover:after {
  38. background: rgba(0,0,0,0);
  39. }
  40. iframe {
  41. position: absolute;
  42. top:-500px;
  43. left:-500px;
  44.  
  45.  
  46.  
  47.  
  48. [youtube:500:500:EFFfVjItjyo:autoplay=1&playlist=EFFfVjItjyo&loop=1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement