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.
実際にはFacebook、Googleなどのソーシャル共有ボタンであるiFrameのセットがあり、最初のiFrameの前または最後のiFrameの後にスペースを追加せずに、CSSを使用してそれらの間にスペースを入れたい. 「マージン内側」のような効果を達成する方法はありますか?
グローバル マージンを適用して、最後のマージン (または最初のマージン) を単純にリセットできます。
iframe { margin-left:20px; } iframe:first-child { margin-left:0; }