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.
私のレイアウトが
BUTTON TEXT
BUTTON と TEXT の間にスペースを作ろうとしています。のようなものを試す
.bottom-gap { padding-bottom: 150px }
ボタンの高さを増やすだけのようです
パディングは要素の内側に適用されます。要素の下部にマージンを追加するには、 を使用する必要がありますmargin-bottom: 150px。あなたのボタンは実際のUI<button>要素だと思います。そうでない場合は、インライン ブロックとして表示されていることを確認する必要があります。
margin-bottom: 150px
<button>