Text over the image/button

后端 未结 8 1706
灰色年华
灰色年华 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:06

    How about using a table? You can find an example here: https://www.w3schools.com/html/html_tables.asp

    Otherwise it might look something like this:

提交回复
热议问题