Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pタグの「背景」が画像の後ろにあるように見えます。たとえば、ここの画像の上にコンテンツProjektnamnが付いたtタグを参照してください。
http://dev.nuagency.se/illustrators/beata-boucht/
タグを付けposition:relativeてください。Pこのように書く:
position:relative
P
.mygallery p { background: none repeat scroll 0 0 white; color: black; margin: -50px 0 0; padding-left: 10px; position: relative; text-transform: capitalize; }