Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #intensify {
- font-family:Impact, Charcoal, sans-serif;
- color:#ffffff;
- text-align:center;
- position:absolute;
- text-shadow: 5px 5px 0px #000000, 5px 0px 0px #000000, -5px 0px 0px #000000, 0px 5px 0px #000000
- , 0px -5px 0px #000000, 5px -5px 0px #000000, -5px 5px 0px #000000, -5px -5px 0px #000000;
- overflow:visible;
- font-size:98px;
- width:98%;
- bottom:0; /** UGH */
- -webkit-animation: intensifies .2s linear 0s infinite alternate;
- }
- #intensifyBg{
- margin:auto;
- padding:0;
- top:0;
- left:0;
- background: #000000;
- position: absolute;
- width: 100%;
- height: 100%;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement