CSSこの1行で簡単レスポンシブレイアウト!
auto-fit(auto-fill)とminmaxを使ってレイアウトすれば、簡単にレスポンシブなレイアウトに!今回もコピペで使えるコード付き!一緒にやって行きましょう🎵完成見本https:// tsuyu0102.github.io/css-sample/grid-auto-fit/index.html▼1500px幅▼768px幅▼320px幅▼ホバーはこのようにしてみましたhtml<section class="item-section"> <h2>NEW ITEMS</h2> <div> <a href="#"><img src="img/item01.jpg" alt="" />Letter graphic Mens T-shirt<span class="price">&yen;6,500</span></a> <a href="#"><img src="img/item02.jpg" alt="" />Letter graphic Mens T-shirt<span class="price">&yen;6,500</span></a> <a href="#"><img src="img/item03.jpg" alt="" />Letter graphic Mens T-shirt<span class="price">
0