Advertisement
Guest User

web-gallery-homework

a guest
Apr 18th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. body {
  2.     width: 800px;
  3.     height: 600px;
  4.     margin: 20px auto 0;
  5.    
  6.     label img {
  7.         width: 128px;
  8.         height: 96px;        
  9.     }
  10.    
  11.     input, input + img {
  12.         display: none;
  13.     }
  14.    
  15.     input:checked + img {
  16.         display: block;
  17.         width: 640px;
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement