enricozappa

Untitled

Sep 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. #how div:first-child{
  2.     background-image: url("/assets/bg_2.jpg");
  3.     z-index: 0;
  4. }
  5.  
  6. #how div:last-child {
  7.     background-image: url("/assets/bg_3.jpg");
  8.     z-index: 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment