treehouse : what would you like to learn today?
Web Design Web Development iOS Development

AaronCDR

  • Centering a nav element in a div.

    This wouldn't be what you're trying to achieve by chance? http://codepen.io/AaronCDR/pen/KbJyG If you haven't defined a width on the menu, setting it to display: table; with margin: 0 auto; should centre it within the parent element…
    Comment by AaronCDR December 2012 permalink
  • Sass for existing project

    Do you simply want an existing CSS file to be preprocessed by Sass? If so I believe that will only serve to minify the file. If you would like to literally change the structure of your CSS then I believe this will do the trick - http://css2sass.her…
    Comment by AaronCDR December 2012 permalink