You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did it today and last time by doing the following.
I started by adding bootstrap classes to the new_idea link at the bottom of the index page. Something along the lines of btn btn-lg btn-primary I then opened up http://getbootstrap.com/css/#buttons and let the girls change around the size and color.
We then changed the links in the table to be small buttons.
I then talked about the concept of adding rules by using the dot notation in the css files and we add a new css class .btn-railsgirls which we define as a button with red background.
I think this goes over well and help the girls understand how/why/what bootstrap does.
This could and should come after the discussion at the end of the current section when talking about basic css/html
The text was updated successfully, but these errors were encountered:
I did it today and last time by doing the following.
I started by adding bootstrap classes to the new_idea link at the bottom of the index page. Something along the lines of
btn btn-lg btn-primary
I then opened up http://getbootstrap.com/css/#buttons and let the girls change around the size and color.We then changed the links in the table to be small buttons.
I then talked about the concept of adding rules by using the dot notation in the css files and we add a new css class
.btn-railsgirls
which we define as a button with red background.I think this goes over well and help the girls understand how/why/what bootstrap does.
This could and should come after the discussion at the end of the current section when talking about basic css/html
The text was updated successfully, but these errors were encountered: