● Update app/assets/stylesheets/application.css so that it only lists the four directives below: *=require normalize *=require skeleton *=require_self *=require_tree .
(Note: It is OK to leave the comments around them) ❏
Remove the ‘Welcome’ Message and Wrap the List
● In the app/views/items/index.html.erb , remove the ‘Welcome’ ● Wrap a < section> element around the loop:
❏
Test the Application
● You should have two pages which resemble the following: