-2
私はこのようなサムネイルを作成したいと思います。同じスタイルで https://mmmastery.com/mastermind/HTMLグリッドにパーフェクトボックスが
を。
私はここに私のHTMLとCSSを持っている:https://jsfiddle.net/1Lc97z7t/
<div id="wrapper" style="width: 80%; border: 1px solid red;">
<div class="box" style="width:20%">
<img src="https://mmmastery.com/mastermind/wp-content/uploads/2015/11/infusionsoft-theory-of-automation.png">
<h3>The Theory of Automation</h3>
<button>Access Now</button>
</div>
<div class="box" style="width:20%">
<img src="https://mmmastery.com/mastermind/wp-content/uploads/2015/11/infusionsoft-theory-of-automation.png">
<h3>The Theory of Automation</h3>
<button>Access Now</button>
</div>
<div class="box" style="width:20%">
<img src="https://mmmastery.com/mastermind/wp-content/uploads/2015/11/infusionsoft-theory-of-automation.png">
<h3>The Theory of Automation</h3>
<button>Access Now</button>
</div>
<div class="box" style="width:20%">
<img src="https://mmmastery.com/mastermind/wp-content/uploads/2015/11/infusionsoft-theory-of-automation.png">
<h3>The Theory of Automation</h3>
<button>Access Now</button>
</div>
<div class="box" style="width:20%">
<img src="https://mmmastery.com/mastermind/wp-content/uploads/2015/11/infusionsoft-theory-of-automation.png">
<h3>The Theory of Automation</h3>
<button>Access Now</button>
</div>
<div class="box" style="width:20%">
<img src="https://mmmastery.com/mastermind/wp-content/uploads/2015/11/infusionsoft-theory-of-automation.png">
<h3>The Theory of Automation</h3>
<button>Access Now</button>
</div>
</div>
私は画面サイズが削減されていたとき、それはまったく同じで応答性に見えるように私のCSSに追加すべきか任意のアイデアを。
私にもJSFIDDLEを表示できる場合は、
それをコピーすることができますか?どのように私はそれらの正確なスタイルを適用できますか? –
それはブートストラップベースです。私はそのルートに行くことをお勧めします。そのソースに 'col-sm-6 col-md-4'があることに注意してください。これは、ブートストラップフレームワークのために異なる画面サイズでdivがどのようにリサイズするかを示します。 20%ものものは、あなたがどのようにしたいと思うかは分かりません。 –
SOメイトへようこそ –