7-Navbar Style
Key Objectives
To start using our build tools to work with HTML and CSS changes.
To gain a deeper understanding of CSS and Bootstrap through using the tools.
To begin creating a customized look, feel, and functionality for our navbar.
Practice using gulp for faster site construction.
Video
Overview
In this module, we start to refactor what we've already stubbed out. This is the time that we'll make custom changes to our application in our navbar. Using our Sass + gulp tasks, we can now more quickly make adjustments to our site.
Notes/Tips
The final code is listed at the bottom of the module. Feel free to copy and paste it into your project if you are struggling, but make sure you understand what it is doing.
As discussed in the video, there is something called a hamburger menu. You might want to figure out what this term means and play around with it.
Steps
Watch the instructional video.
Do some research and find at least one change you could make to improve your navbar.
Implement the change.
Commit and push your code.
Move on to the next module.
Here's the final code.
index.htmlchangesNavbar
Header
Portfolio - just change the first line
About - just change the first line
Contact - just change the first line
_header.scss_navbar.scss_variables.scss
Last updated