Skip to content
Snippets Groups Projects
Select Git revision
  • c5f1ef138cbb3a9fb94a33bf93dcbe288e7ae49b
  • master default protected
  • fix-interface-part2
  • new-domain
  • light-dark-theme-works
5 results

index.md

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;
    }