Sticky navigation with magic line at left and content on right side.
Nagivation:
- For navigation nav tag is used and inside nav tag unorder list(ul li) is used.
- Inside ul li, anchor tag is used with reference of internal link in href.
Content:
- For content inside one wrapper div section tag is used with id and class.
- ID is used for internal reference from navigation anchor.
CSS:
- style.css file used for css.
JS:
- script.js file used for jquery.
Screenshot: