I would like a sensible area of white underneath my "Return to Homepage" button. Probably similar to the amount above the <p>
text. I keep fiddling, but can't seem to get it working.
Not via clear fix if possible
Thanks for your help.
{% block content %}
<div style="background: #1E7F9F;padding: 8rem;border: none !important;">
<div style="background: #FFFFFF;padding: 2rem; margin: 1rem; margin-bottom: 5rem; border: none !important;">
<p font-size: 1.5rem;>Thank you for your message, we will get in touch shortly</p>
<div >
<a class="button" style="float: left" href="{{ url_for('hello_world') }}">Return to Homepage</a>
</div>
</div>
</div>
{% endblock %}