CSS Gradient Buttons for Blog
R ecently I talked about CSS cross-browser gradients and last week I wrote again about CSS3 gradients. So what I’m going to do today? I will show you how to put the CSS gradient feature in practical use. In this article you will see how you can create a set of gradient buttons just with CSS (no images). 1. Adding The CSS Step 1. Go to Blogger Dashboard > Template > click on the Edit HTML button: Step 2. Click anywhere inside the code area and press the CTRL + F keys to open the Blogger search box. Once you have added the Contact form widget go to Blog Title → Template → Edit HTML. Now add the below given CSS code just above ]]></b:skin> . /*----------------------------*/ .button { margin: 10px; text-decoration: none; ...