You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the index.html file by creating a box model.
Part 3 - Submit Assignment
Submit the assignment by pushing the changes you have made to the project.
Execute the following commands from the root directory of the project to push changes to your repository.
git add .
git commit -m 'finished assignment'
git push -u origin master
Part 4 - Modify previous projects
Using the information and code that you now know, modify either your bootstrap-resume or your multipage-project to include an additional navigation bar.