How to make text over the image/button using html/css.
Eg: I have a button(Login Button). I want the text \"Login\" to be placed over that button. The text should be cen
Here you can find your code
take a look at bootstrap framework as well
http://jsfiddle.net/Lw2nhc26/
Button .button { padding:10px; background-color:#000000; width 100%; color:#FFFFFF; text-align: center; border-radius:5px; }