That was native, not CSS3. Also, the resource-wide layout file is applied in this document, .
That previous view is still living under this document: you can go back there by tapping the native back button.
So far you have mastered that:
config/application.coffee configures your project settings.
The app/ folder has Steroids benefits – it's a good place for your application's views.
The www/ folder is for your other files.
The app/ and www/ folders are brought together as the dist/ folder.
http://localhost/ serves your project files from dist/.
In the next part you learn about controllers:
$ steroids generate tutorial controllers
Hope to see you there soon!