-1
子divをparen divの幅で塗りつぶすのにはいくつかの問題がありますが、機能しません。私は解決策を探して、それに基づいてこのコードを試しましたが、うまくいきません。私はコードとそれの結果を添付しています。親divの幅で子divを塗りつぶし
<div id="propertiesContainer" class="row col-md-2" style="border:solid 1px;">
<div class="list-head-title-container">
<h3>Properties</h3>
</div>
<div class="row" style="border:solid 1px; background-color:darkgrey;width:100%;float:left">
<span id="touchpointName" class="uppercase">Customer Download Flag Sync</span>
</div>
<div id="condetails" class="row">
<img id="appLogo1" class="pull-left" style="width:55px;margin:20px 0px 0px 10px" src="https://appseconnectstore.blob.core.windows.net/applogos/sap-business-one.png" alt="app1">
<img class="center" style="width:20px;margin:25px 0px 0px 10px" src="/img/right_arrow.png">
<img id="appLogo2" class="pull-right" style="width:55px;margin:20px 0px 0px 0px" src="https://appseconnectstore.blob.core.windows.net/applogos/magento.png" alt="app2">
</div>
</div>
<div id="propertiesContainer" class="row col-md-2" style="border:solid 1px;">
<div class="list-head-title-container">
<h3>Properties</h3>
</div>
<div class="row" style="border:solid 1px; background-color:darkgrey;width:100%;float:left">
<span id="touchpointName" class="uppercase">Customer Download Flag Sync</span>
</div>
<div id="condetails" class="row">
<img id="appLogo1" class="pull-left" style="width:55px;margin:20px 0px 0px 10px" src="https://appseconnectstore.blob.core.windows.net/applogos/sap-business-one.png" alt="app1">
<img class="center" style="width:20px;margin:25px 0px 0px 10px" src="/img/right_arrow.png">
<img id="appLogo2" class="pull-right" style="width:55px;margin:20px 0px 0px 0px" src="https://appseconnectstore.blob.core.windows.net/applogos/magento.png" alt="app2">
</div>
</div>
次の画像のように見えるようにコードを望んでいますか? – Pete
「顧客ダウンロードフラグ」というテキストを含むスパンがその親の幅全体を埋めるdivが必要です。 – Utpal
パディングを親から削除してから – Pete