Saturday, 31 August 2013

Button styling using CSS

Button styling using CSS

I have a button on my web-page.
<button id="button" type="button"Show</button>
I want my button in blue color and if possible have rounded corners. How
can I do that?? I am really new to styling.

No comments:

Post a Comment