Link to GitHub: http://github.com/user123/code
I'm attempting to position "welcome" behind "home", but I've been struggling to achieve this. I've experimented with setting the position, but so far I haven't been successful.
Here's the HTML code:
<div class="header">
<h1>welcome</h1>
<h2 id='overlay'>HOME</h2>
</div> <!--end class header -->