git-crash-course.css 180 B

123456789101112131415
  1. .slides {
  2. margin-top: 5px !important;
  3. }
  4. .two-cols ul, .two-cols h3 {
  5. float: left;
  6. }
  7. .align-left {
  8. text-align: left;
  9. }
  10. .align-left h2, h3 {
  11. text-align: center;
  12. }