My issue
where to add margin: 0
My code
// your code goes here
Learning course: Projects using HTML / CSS
Problem Link: Add CSS to Nav Bar Practice Problem in Projects using HTML / CSS
where to add margin: 0
// your code goes here
Learning course: Projects using HTML / CSS
Problem Link: Add CSS to Nav Bar Practice Problem in Projects using HTML / CSS
You have to use the universal selector, like this:
* {
}