Advertisement
Sergiovan

Untitled

Apr 10th, 2015
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.62 KB | None | 0 0
  1. #intensify {
  2.     font-family:Impact, Charcoal, sans-serif;
  3.     color:#ffffff;
  4.     text-align:center;
  5.     position:absolute;
  6.     text-shadow: 5px 5px 0px #000000, 5px 0px 0px #000000, -5px 0px 0px #000000, 0px 5px 0px #000000
  7.         , 0px -5px 0px #000000, 5px -5px 0px #000000, -5px 5px 0px #000000, -5px -5px 0px #000000;
  8.     overflow:visible;
  9.     font-size:98px;
  10.     width:98%;
  11.     bottom:0; /** UGH */
  12.     -webkit-animation: intensifies .2s linear 0s infinite alternate;
  13. }
  14.  
  15. #intensifyBg{
  16.     margin:auto;
  17.     padding:0;
  18.     top:0;
  19.     left:0;
  20.     background: #000000;
  21.     position: absolute;
  22.     width: 100%;
  23.     height: 100%;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement