Header and Navigation
Clean up the
App.vue
file and add headers and navigation to it. That is, replace the content of thetemplate
file with the following:The above HTML code shows a navigation bar along with the Netflix logo. It also allocates the space for a button for uploading media content.
Update the style sheet so that it reads like this:
Add the Bulma classes, a CSS framework that simplifies most of your styling tasks, below the
head
tag of thepublic/index.html
file:Add Font Awesome and update the title:
Last updated