html - Put text under DIV images -


i'm trying put text under images center alignment of text in each image doesn't seem work. there anyway can make mobile compatible?

here's jsfiddle: http://jsfiddle.net/r3u6b/

here's css of .p:

.imgcontainer p { display:inline-block; position:relative; padding:1px; border: 0px solid #c4c4c4; margin:0px 37px 0px 0px; width:175px; height:175px; } 

i think need add text-align:center css.

example: http://jsfiddle.net/r3u6b/1/

so adjusted code looks this:

 .imgcontainer p {   display:inline-block;   position:relative;   padding:1px;   border: 0px solid #c4c4c4;   margin:0px 37px 0px 0px;   width:175px;   height:175px;   text-align:center;   } 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -