Skip to content

Instantly share code, notes, and snippets.

@Carmer
Created March 22, 2016 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Carmer/52b20bbe29d89dfa3f00 to your computer and use it in GitHub Desktop.
Save Carmer/52b20bbe29d89dfa3f00 to your computer and use it in GitHub Desktop.

Peer Review

For the follow session please get with your partner and talk about how you styled your task manager app with bootstrap and any custom css you may have added.

Here are some things to help you get started thinking:

  • How did you link to bootstrap in your project?
  • What where some issues you came across setting up your project with bootstra?
  • What does the layout.erb file do?
  • What does the <%= yield %> within the layout.erb file do?
  • What is the .container for? What does it do to the content within it?
  • How do you define the number of columns you want an element to span?
  • How would you define the different column width for diferenct sized devices?
  • How do we access a bootstrap glyphicon?
  • How do you style a button?
  • What is the most interesting thing you learned while doing the homework/looking into bootstrap?
  • What is the most challenging thing for you about bootstrap/styling so far?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment