snax.css 221 B

1234567891011121314
  1. img {
  2. display: block;
  3. margin-left: auto;
  4. margin-right: auto;
  5. max-width: 70%;
  6. max-height: 70vh;
  7. }
  8. h3, p {
  9. text-align: center;
  10. }
  11. a:link, a:visited {
  12. color: black;
  13. text-decoration: none;
  14. }