So, in my website, I have some text at the front. I'm trying to put a <hr>
3 pixels under the text, however even when I try to dynamically position it, the <hr>
still stays in the same place. Even try positioning it in this JSFiddle:
As you could probably tell, I cannot position it... and at the moment, it kind of looks ugly.
In the full website that I made, I have a <video>
html tag, which is playing. It also has a top menu so that you can choose what category of my website you want to choose. Here's a screenshot:
I'm also planning to add a button directly under the <hr>
, but I think I should stick to this problem first.