I am struggling with positioning the hr element on my website below a text. I tried to set the width to 50% but now I want it at the bottom, just above some text. I expected the hr element to be slightly offset from the text.
<hr style="width:50%; text-align:bottom" />
<div class="footer">
Made with <span class="heart">❤</span> by
<a href="https://fastdropgaming.github.io">
<span class="fl">FastDrop Gaming</span>
</a>
<div>
<small>© <script src="assets/js/year.js"></script> FastDrop Gaming. All rights reserved.</small>
</div>
<div>
<small><a href="https://fastdropg.carrd.co/impressum"><Impressum</a> ● <a href="https://fastdropg.carrd.co/contact">Contact</a> ● <a href="https://fastdropg.carrd.co/privacy">Privacy Policy</a></div></small>
</div>