CSS 中那些常常忘記的預設值

記起來方便查。

background

  1. background-color: transparent
  2. background-repeat: repeat
  3. background-attachment: scroll

button 標籤

  1. background-color
  2. border
  3. padding
  4. :focus 時的 outline
  5. font-family
  6. font-size
  7. 存在於 <form> 中的按鈕,會自動被視為是送出表單的按鈕,所以按下時會出現跳轉的行為。

a 標籤

  1. text-decoration
  2. color
  3. display: inline

input 標籤

  1. :focus 時的 outline
  2. padding
  3. border-style:inset

flex-box

  1. flex-shrink: 1,每個 item 平均壓縮
  2. align-items: stretch,次軸 items 等寬
  3. justify-content: flex-start
  4. 主軸並沒有 justify-self 這個屬性
使用 <picture> 來設定 RWD 圖片 mentor-program-day34
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×