Text over the image/button

后端 未结 8 1687
灰色年华
灰色年华 2021-01-22 02:43

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

8条回答
  •  有刺的猬
    2021-01-22 03:17

    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; }

提交回复
热议问题