Just getting started with CSS and HTML for a school project here. I currently have 2 vertical lines set up like this.
<hr class="topline" width=58% size=3 NOSHADE>
<hr class="verticalline" width=0.15% size=1000 NOSHADE>
I've applied some CSS to move the left vertical line all the way to the left to create a margin for styling purposes. However, even though it's positioned to the left of the line above, it isn't moving upwards as desired.
I'm aiming to position that left line right alongside the horizontal one at the top. Any suggestions on how to achieve this?