Skip to content
Snippets Groups Projects
Select Git revision
  • a80a800cdbc93aa88297b3d72f9443118b92e6ed
  • main default protected
2 results

style.css

Blame
  • style.css 189 B
    main {
        display: flex;
        flex-wrap: wrap;
    }
    figure {
        margin: 2em;
        border: 1px solid black;
    }
    figure img {
        max-width: 300px;
    }
    figure figcaption {
        text-align: center;
    }