styles.css 121 B

123456789101112
  1. .album_cover {
  2. border: 20px solid gray;
  3. width: 25%;
  4. }
  5. .photo_list {
  6. width: 25%;
  7. }
  8. .single_photo {
  9. width: 75%;
  10. }