Home › Forums › Design › A few simple CSS questions › Reply To: A few simple CSS questions
March 3, 2015 at 2:53 pm
#197213
Participant
Edit – I sometimes have a low threshold for it, lol.
Of course I do concur with extracting the CSS.
a)
A minor bit of box-shadow and a different background color?
This’ll remove the border on the buttons :
input[type="button"], input[type="submit"] {
border: 0
}
b)
Don’t think I can filter the exact question there but maybe use a subtle background image or gradient?