Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8700

ヘッダーの一例

$
0
0

※ お手数ですが、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つけて選択されていることを示す

Viewing all articles
Browse latest Browse all 8700

Latest Images

Trending Articles