MakUrSpace / hyperspace

https://www.makurspace.com
Other
0 stars 0 forks source link

Constrain bountyboard image and element size #3

Open musingsole opened 3 years ago

musingsole commented 3 years ago

image

The an example of the card elements:

<div class="card col-lg-3 col-md-4 col-sm-6 bounty-item mx-3 mb-3" onclick="location.href='/rest/rendered_bounty/Flower Pots';" align="left">
  <a class="bounty-link" href="/rest/rendered_bounty/Flower Pots" target="_top"><img class="card-img-top" src="/bountyboard/Flower Pots/181705380_2901001423509022_7820819286673678541_n.jpg" alt="Flower Pots primary image"></a>
  <div class="card-body">
    <p class="card-reward">$9999.99</p>
    <h4 class="card-title">
      <a class="bounty-link" href="/rest/rendered_bounty/Flower Pots" id="card-title-link" target="_top">Flower Pots</a>
    </h4>
    <p class="card-text">My friend wants some flower pots 3d printed for her own personal use. She has included the picture above. Ideally this project will be scalable for multiple sizes of flower pots. </p>
  </div>
</div>