styles.css 403 B

1234567891011121314151617181920
  1. /* use this to put borders around things... */
  2. .thin_border {
  3. border: 1px solid black; }
  4. .greenlink:hover {
  5. background-color: #67b168;
  6. color: white;
  7. text-decoration: none; }
  8. /* use this to put borders around things... */
  9. .crop-img {
  10. margin-bottom: 10px;
  11. max-height: 150px;
  12. max-width: 100%; }
  13. .large-img {
  14. margin-top: 10px;
  15. max-width: 100%; }
  16. /*# sourceMappingURL=styles.css.map */