css Login Form and a button like googles sign up button 05-01-2013, 01:20 PM
#1
How to make a red button like goggles Sign In button.Feel free to see the working version http://backend-web-developer.tk/Login/
This is what the finished project should look like:
![[Image: 1y06qe.png]](http://i42.tinypic.com/1y06qe.png)
Make a form with the input type with submit,Then proceed to name the class red-btn
The css.btn-red is the class.We have set the height and width to 30px and width to 100px this field is pretty self explanatory to know what these options do.We then remove the border with border:none; to remove the border from the button.We then set the background to webkit gradient.
For the hover we just add a one pixel small drop shadow
This will only work for chrome i edited it to make the post look better but if you want to make it work one all browsers visit http://www.colorzilla.com/gradient-editor/ and replace background with the code it gives you
This is what the finished project should look like:
![[Image: 1y06qe.png]](http://i42.tinypic.com/1y06qe.png)
Make a form with the input type with submit,Then proceed to name the class red-btn
Code:
<form>
<input type="submit" class="btn-red" value="Login">
</form>The css.btn-red is the class.We have set the height and width to 30px and width to 100px this field is pretty self explanatory to know what these options do.We then remove the border with border:none; to remove the border from the button.We then set the background to webkit gradient.
Code:
.btn-red{height:30px;width:100px;border: none;color:white;weight:300;background: -webkit-gradient(linear, left top, left bottom, from(#DF0101), to(#B40404));}Code:
.btn-red:hover {box-shadow: 1px 1px 1px #888888;}This will only work for chrome i edited it to make the post look better but if you want to make it work one all browsers visit http://www.colorzilla.com/gradient-editor/ and replace background with the code it gives you
Know PHP - HTML 5 - CSS3
Learning C
Hello there, [username] Need Help PM me now!
Please Visit my friends and I website : Creative Programming
![[Image: LGqjaYA.gif]](http://i.imgur.com/LGqjaYA.gif)
Learning C
Hello there, [username] Need Help PM me now!
Please Visit my friends and I website : Creative Programming
![[Image: LGqjaYA.gif]](http://i.imgur.com/LGqjaYA.gif)

![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

![[Image: OilyCostlyEwe.gif]](http://fat.gfycat.com/OilyCostlyEwe.gif)
![[Image: 1-1.png]](http://i1066.photobucket.com/albums/u409/UNIVERSAHACKERS/1-1.png)