Having issues on a netlify clone am working on


how can i use flexbox to get this

<p>Millions of developers and businesses trust Netlify. <a>See more</a><p>
<div class="netlify-users">
  <img />
  <img />
  <img />
  <img />
  <img />
  <img />
</div>
.netlify-users {
  display: flex;
}

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.