Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての値を 'px' (グリッド、ガターなど) に変換したいと思います。流体を静的グリッドにチャンス。
「固定ガター」を試してみましたが、これはグリッド全体ではなく、ガターだけで機能します。
これどうやってするの?
ありがとう オグニ
含まれている要素に固定幅を与えるだけです。
<div class="grid"> <div class="column-1">a column</div> </div> .grid { width: 960px; }