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
This task would be little bit challenging as I am not providing much info.
Task
Write a HTML task4.html that creates
A navbar with 3 buttons.
3 Sections with full vertical height and text-center.
Button should link to the sections, i.e. on pressing the button the section would scroll up.
Sections can be anything, i.e. Home, About, Action etc.
Feel free to write/ place anything in these sections.
Style Guide
To help you style the navbar, a css file is provided. You can link it to your HTML using <link> in the header. The href is /assets/css/navbar.css.
NOTE: First sync your fork with CC-BHU to get the css file.
EDIT: You can also link to https://cc-bhu.github.io/web-development/assets/css/navbar.css if faced difficulty.
This task would be little bit challenging as I am not providing much info.
Task
Write a HTML
task4.htmlthat createsnavbarwith 3 buttons.text-center.Feel free to write/ place anything in these sections.
Style Guide
To help you style the navbar, a css file is provided. You can link it to your HTML using
<link>in the header. The href is/assets/css/navbar.css.NOTE: First sync your fork with CC-BHU to get the css file.
EDIT: You can also link to
https://cc-bhu.github.io/web-development/assets/css/navbar.cssif faced difficulty.Demo

NOTE: no javascript is required.