Code snippets are back. This week, pick up some simple HTML/CSS code to make those boring grey buttons pop.
Change the color, font and size of your button
<input style="BORDER-RIGHT: #333333 2px outset; BORDER-TOP: #cccccc 2px outset; BACKGROUND: #c00403; FONT: bold 14px Georgia; BORDER-LEFT: #cccccc 2px outset; WIDTH: 100px; COLOR: #ffffff; BORDER-BOTTOM: #333333 2px outset; LETTER-SPACING: 2px; HEIGHT: 30px;" type="submit" value="Submit" />


