御観覧の方ありがとうございます。
質問なのですが、tableをレスポンシブデザインに対応させたのですが、画面中央に置くことが出来ません。
下記にコードを添付します。
HTML```
コード
<div id="quote" class="text-center"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <table> <tbody> <tr> <th>LP制作</th><td>30,000円〜</td> </tr> <tr> <th>コーディング</th><td>10,000円〜</td> </tr> <tr> <th>レスポンシブ化(1P-)</th><td>15,000円〜</td> </tr> </tbody> </table> </div> </div> </div> </div> css``` table { position: absolute; text-align: center; top: 200px; left: 280px; width:500px; font-size: 20px; } table th { border-bottom: solid 1px white; color: white; } table td { border-bottom: solid 1px white; color: white; } @media (min-width: 200px) and (max-width: 768px) { table{ width: 100%; text-align: center; padding-right: 50px; } table th, table td { display: block; } } コード
以上になります。
お手数お掛けしますが、回答の方よろしくお願い致します。
よろしくお願い致します。
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。