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.
ナビゲーション バーとカルーセルが隣り合っている場合、それらの間に 20 ピクセルの垂直方向のギャップがあります。ギャップをなくすにはどうすればいいですか?
ありがとう、
あたり
user814628が言ったように.navbar、マージンボトムCSSプロパティがあるため、ナビゲーションの下にギャップがあります。これで修正されます:
.navbar
.navbar { margin-bottom: 0px; }
jsフィドル