You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

galerie.css 291B

1234567891011121314151617181920
  1. div.gallery {
  2. margin: 5px;
  3. border: 1px solid #ccc;
  4. float: left;
  5. width: 180px;
  6. }
  7. div.gallery:hover {
  8. border: 1px solid #777;
  9. }
  10. div.gallery img {
  11. width: 100%;
  12. height: auto;
  13. }
  14. div.desc {
  15. padding: 15px;
  16. text-align: center;
  17. }