Question beaten, but I can not cope. There is an external div with an internal div and full-width picture.
I can not center the text over the image
<div class="one"> <div class="two">Text</div> <img class="full" src="https://pp.vk.me/c630828/v630828919/5293e/hThcyFPuX24.jpg"> </div> css
.one { background-color: #ccc; } .two { width: 40%; height: 40%; margin: 0px auto; text-align: center; } .full { width:100%; height: auto; }