margin
英語 [ˈmɑ:dʒɪn] アメリカ [ˈmɑ:rdʒən]
n. エッジ、範囲、限界、利益、余剰; (バージョン外) ) ) の空白
vt. 余白を残す; ... の側になる; 余白を追加する、囲む; 余白を追加する...
複数形: margins
bottom
英[ˈbɒtəm] US[ˈbɑ:təm]
n.底部; 端; ヒップ; 端
adj.
vt の底 . 底を設置する; 深さを測定する; 真実を見つける
vi. 底に到達する; 基礎を確立する
三人称単数:bottoms 複数形: bottoms 現在分詞:bottoming 過去形:bottomed 過去分詞:bottomed
css margin-bottom プロパティ 構文
機能: 要素の下マージンを設定します。
注: 負の値も許可されます。
注: すべての主要なブラウザは margin-bottom 属性をサポートしています。
css margin-bottom プロパティ 例
<html> <head> <style type="text/css"> p.bottommargin {margin-bottom: 2cm} </style> </head> <body> <p>这个段落没有指定外边距。</p> <p class="bottommargin">这个段落带有指定的下外边距。</p> <p>这个段落没有指定外边距。</p> </body> </html>
インスタンスの実行 »
[インスタンスの実行] ボタンをクリックしてオンライン インスタンスを表示します