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

Farzanmc

  • border opacity

    You can use rgba color instead of hexadecimal color for the border-color : border : solid 1px rgba(0,0,0,0.5); instead of border : solid 1px #000000;
    Comment by Farzanmc November 2012 permalink