Section Introduction
This section explains how to work with custom styles in a Rails application, including: how to incorporate professional styles for the app's design, how to work with the asset pipeline, and much more.
Guide Tasks
  • Read Tutorial
  • Watch Guide Video
Video locked
This video is viewable to users with a Bottega Bootcamp license

From a functionality standpoint, our application is coming along nicely. However, our portfolio site is still pretty ugly. This is because we haven't implemented any styles and that's what this section is going to be about.

We're going to talk about CSS and walk through how we can implement custom styles while still leveraging some of the nice styles Bootstrap provides to us. We can take those, extend them, and customize the way that our site looks, feels, and behaves.