nirvin94 / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

SUBTLETY - nav selector #3

Open franfranfranfran opened 7 years ago

franfranfranfran commented 7 years ago

https://github.com/nirvin94/prj-rev-bwfs-tea-cozy/blob/master/tea-cozy/resources/css/style.css#L38-L40 https://github.com/nirvin94/prj-rev-bwfs-tea-cozy/blob/master/tea-cozy/index.html#L12

no need for the nav id here, you can just select the nav element since theres only one on the page -

nav {

}
nirvin94 commented 7 years ago

ah good point