Teaching myself HTML & CSS has been a challenging journey. Despite purchasing several books that I have barely read, I am persevering through the problems I encounter. StackOverflow has been a lifesaver, and since you all helped me with my last issue, I figured I would return for another question.
All the troubleshooting can be discouraging at times, but I am committed to reaching my goal in the long run.
I dedicate at least 2 hours a day to writing code while watching tutorials at night. This is my current schedule, and once I gain more confidence, I plan to increase the hours dedicated to learning.
The initial stages of learning are always the toughest, but I firmly believe that hard work will lead to success.
Let's tackle this challenge together!
Thank You!!!!
Youtube Tutorial timestamp reference 10:00 - 12:00
Screenshot of Icon
Code:
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-light bg-light sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="/gooch/assets/pics/Logo.png"><img src="/gooch/assets/ illustrator/1.png" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto"></ul>
</div>
</div>
</nav>
I aimed to incorporate my logo into the Navbar design.