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.
このWebページにアクセスしてください。
最上位のナビゲーションバーのないブロガーのウェブサイトです。ナビゲーションバーのIDがわからないので、どのように非表示にしますか?
試しmargin-bottomましたが、余計なスペースが残ります。
margin-bottom
これを見てください:
body { margin-top: -30px; }
そのため、ナビゲーションバーは非表示になっています。それを削除すると、ナビゲーションバーが表示されます