Profile-pic

CSS3 Buttons

Shot_1298469714

2 Responses

  1. Pro Profile-pic Matt Ashwood

    Using as much CSS3 as possible for upcoming client website.
    Buttons also have :hover and :active states, and no extra markup

    Is it possible to have a gradient on a stroke? That'd be pretty awesome

    Suggestions always welcomed

    over 1 year ago

  2. Me_smaller Jon Scott Clark

    Usually if I'm trying to emulate a gradient on the border I'd add a couple extra declarations for border-color. In this case:

    border: 1px solid #af5102;
    border-top-color: #db6502;
    border-bottom-color: #763601;

    Or something like that :P

    about 1 year ago

keyboard shortcuts: previous shot next shot L or F like