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
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
2 Responses
Pro
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
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