Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.37 KB | None | 0 0
  1. p {
  2.   color: rgba(255,255,255,1);
  3.   background: linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,.4));
  4.   background: -webkit-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,.4));
  5.   background: -moz-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,.4));
  6.   padding: 10px;
  7.   line-height: 28px;
  8.   text-align: justify;
  9.   position: absolute;
  10.   bottom: 0;
  11.   margin: 0;
  12.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement