Advertisement
Guest User

the code

a guest
May 20th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.50 KB | None | 0 0
  1. <style>
  2.   @keyframes console {
  3.     0%{opacity:0;}
  4.     25%{opacity:0}
  5.     50%{opacity:0}
  6.     75%{opacity:25}
  7.     100%{opacity:100}
  8.   }
  9.  
  10.   #underShidden {
  11.     animation-name: console;
  12.     animation-duration: 1s;
  13.     animation-iteration-count: infinite;
  14.   }
  15.   #foook{
  16.     font-family:'Lucida Sans Unicode' !important;
  17.     text-shadow: -1px 0 #fff,0 1px #fff,1px 0 #fff,0 -1px #fff;
  18.     color: #404040;
  19.   }
  20. </style>
  21. <span id="foook"><span>X:/lighthex></span><span id="underShidden">_</span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement