26 October 2011 14:45
Basic styling of `button` elements — result
Well, button elements have historically been tricky to style, and though the situation is quite better now there are still a few quirks that need fixing. Here’s some boilerplate code that resets the browsers’ default styles for this element.
1
(1 marks)