Clients

Highlight clients information

Demos
Markup
<ul class="flexblock clients [modifier class]">
  <li>
    <a href="#" title="Client">
      <figure>
        <img class="blacklogo" src="/static/images/logos/google.svg" alt="Google">
        <figcaption>
          <h3>Interfaces</h3>
          <p>Collaboration with the Acme team to design their mobile apps. <code>img.blacklogo</code></p>
        </figcaption>
      </figure>
    </a>
  </li>
  <li>
    <a href="#" title="Client">
      <figure>
        <img class="blacklogo" src="/static/images/logos/microsoft.svg" alt="Microsoft">
        <figcaption>
          <h3>Interfaces</h3>
          <p>Collaboration with the Acme team to design their mobile apps. <code>img.blacklogo</code></p>
        </figcaption>
      </figure>
    </a>
  </li>
</ul>
Source: modules/_flexblock-clients.scss, line 1