<img class="card-img-top"src="{% static 'myapp/images/betterhealth.png' %}" alt="Card image cap" style=" align-self: center; height: 200px; width: 200px;"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> <a href="{% url 'explor' %}" class="btn btn-primary">Go somewhere</a> </div> </div>