LoginSignup
0
0

More than 3 years have passed since last update.

ヘッダーの一例

Last updated at Posted at 2020-11-27

※ お手数ですが、Code Pen のResult欄を0.25xにしてご覧ください。

See the Pen headerサンプル by 熊瀬川直也 (@momonoki1990) on CodePen.

  • div.header-innerで両padding内側寄せ
  • ヘッダーの中に横並びにしたいdiv lidisplay: inline-block;かけておく
  • 全体を左と右の両端寄せにするため、header-innerにdisplay: flex; justify-content: space-between; align-items: center;
  • header-innerの子タグはdiv二つ(left,right)にまとめる
  • 左に寄せた中div.leftの中で距離をとりたいので、div.genderにmargin-left
  • 並びにするものはul lilist-style: none; margin: 0;をかけて使う。
  • liに上下paddingかけて、ヘッダーの高さを押し広げる。aタグにかけた場合は、リンクの選択範囲がヘッダーの高さ分まで広がる
  • 適宜li.currentbackground-colorつけて選択されていることを示す
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0