-2
私はかなり新しいCSSです。誰かがこの効果を以前に尋ねた場合、私はその名前を知らないのです。私はこの効果または何それの名前ですを作成するホット分からない :私はこれ(写真1)を作成する必要がありCSS:この効果を得るには? (カードの上の写真、外に出てくる絵)
は、私は現在、この(写真2)を持っています。 私はz-indexとpaddingで試してみましたが、これが最善の解決策ではないと思います。
<div class="row text-center">
<div class="col-lg-4">
<div class="card" style="width: 20rem;">
<img class="card-img-top" src="picture.png" alt="Card image cap">
<div class="card-block">
<h4 class="card-title">Mirion Jones</h4>
<p class="card-position">CEO Founder</p>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
私は
負マージントップまたは負の位置の絶対。好きなのを選びな。 – amflare
あなたの試したことや間違ったことを示すのに役立ちます。 – showdev
ポジションアブソリュートはあなたの友人です。 (ボックスは相対位置でなければなりません)、その後、上下左右を使って移動することができます。 – GottZ