Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<div class="container">
  <div class="row align-items-start justify-content-lg-evenly">
    <div class="col col-sm-4 col-md-3 mx-3 d-flex align-self-center justify-content-center">
      <div class="mb-4 justify-content-center">
      <p><a href="#"><span class="max-width: 250px;">
      <img class="img-responsive" src="https://www.cgc.edu/themes/custom/cgc/images/logo.svg" width="250" alt="Chandler-Gilbert Community College" loading="lazy">
      </span></a></p>
      <p class="mb-0 d-flex justify-content-center"><a href="#">Download Logo</a></p>
      </div>
    </div>
    <div class="col col-sm-4 col-md-3 mx-3 d-flex align-self-center justify-content-center">
      <div class="mb-4 justify-content-center">
      <p><a href="#"><span class="max-width: 250px;">
      <img class="img-responsive" src="https://www.cgc.edu/themes/custom/cgc/images/logo.svg" width="250" alt="Chandler-Gilbert Community College" loading="lazy">
      </span></a></p>
      <p class="mb-0 d-flex justify-content-center"><a href="#">Download Logo</a></p>
      </div>
    </div>
    <div class="col col-sm-4 col-md-3 mx-3 d-flex align-self-center justify-content-center">
      <div class="mb-4 justify-content-center">
      <p><a href="#"><span class="max-width: 250px;">
      <img class="img-responsive" src="https://www.cgc.edu/themes/custom/cgc/images/logo.svg" width="250" alt="Chandler-Gilbert Community College" loading="lazy">
      </span></a></p>
      <p class="mb-0 d-flex justify-content-center"><a href="#">Download Logo</a></p>
      </div>
    </div>
  </div>
</div>

...