2017-09-18 5 views
-2

パッディングボトムとボーダーボトムの間に非常にわずかにオレンジ色の隙間があることがわかりました。それが何だった?パディング・ボトムとボーダー・ボトムの間にあるオレンジ・ギャップは何ですか?

p { 
 
    border-bottom: 1px solid #E8E8E8; 
 
    margin: 0 auto; 
 
    padding-bottom: 26px; 
 
    width: 1100px; 
 
}
<div> 
 
    <p>introduce</p> 
 
</div>

+0

私は体の空白を意味しましたか? "body {margin:0;}" –

+0

あなたのスニペットでは、「パディングボトム」と「ボーダーボトム」の間に少しの隙間はありません。 – weBBer

答えて

0

"ギャップ" はあなたのborder-bottom IS:

enter image description here

は、ここに私のコードです。 divの高さ、パディング、および境界線を指定します。

enter image description here

関連する問題