So I wanted to ask how I get this line/div to the bottom of the header, I am very new to this. I practically only know the basics of HTML and CSS. Answers would be appreciated. (All code can be seen in the screenshot)
this is the HTML.
<div class="header">
<img src="Resources/Logo_White_00000.png" class="Logo" alt="Logopng">
<div class="header-right">
<a href="About.html">ABOUT</a>
</div>
<div class="header-left">
<a href="Videos.html">VIDEOS</a>
</div>
<div class="WhiteHeaderBar">
</div>
</div>