Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. body {
  2. background: url("http://subtlepatterns.com/patterns/gray_jean.png");
  3. padding:0;
  4. height:100%;
  5. font-family: 'Source Sans Pro', sans-serif;
  6. }
  7.  
  8. .side-image {
  9. background: url("http://www.achtergronden.info/wp-content/uploads/Natuur-Landschap-achtergrond-23.jpg");
  10. width: 200px;
  11. height: 1000px;
  12. float: right;
  13. }
  14.  
  15. <body>
  16. <div class="side-image">
  17.  
  18. </div>
  19. </body>
  20.  
  21. -webkit-mask-image: -webkit-gradient(linear, left center, right center, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement