html - Add floating button at the center of image -


i have following div tag, displays image , beneath image, adds text appears in center.

question - add floating button 'test me' @ center of image. response appreciated ?

test

css -

div.imgdiv {     width:275;height:155     }   #paragraphname  {       margin-left:120px;     margin-top:0px  } 

you give button width , margin:0 auto; left-right centering.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -