Advertisement
pasteNinja

Untitled

Feb 14th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. /* ==================================================================
  2.     22.0 Image Backgrounds
  3. ================================================================== */
  4.  
  5. .image-1 {
  6.     background-image: url(http://placehold.it/1920x1080.jpg);
  7. }
  8.  
  9. .image-2 {
  10.     background-image: url(http://placehold.it/1920x1080.jpg);
  11. }
  12.  
  13. .image-3 {
  14.     background-image: url(http://placehold.it/1920x1080.jpg);
  15. }
  16.  
  17. .image-4 {
  18.     background-image: url(http://placehold.it/1920x1080.jpg);
  19. }
  20.  
  21. .image-5 {
  22.     background-image: url(http://placehold.it/1920x1080.jpg);
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement