css 指的是層疊樣式表* (cascading style sheets)
css 描述了如何在螢幕、紙張或其他**上顯示 html 元素
css 節省了大量工作。它可以同時控制多張網頁的布局
外部樣式表儲存在 css 檔案中
css3 是最新的 css 標準。具體內容看後文
css
選擇器盒模型
背景和邊框
文字特效
2d/3d轉換
動畫多列布局
使用者介面
box-shadow
border-colors
boder-image
text-shadow
text-overflow
border-radius
opacity
background-origin
background-clip
background
css3新動 CSS3 動畫
注意 1 animation play state 也是 animation 的簡寫屬性,但在 webkit 中不適用 animation myfirst 5s infinite linear paused 即 animation name myfirst animation duration 5s...
CSS基礎 CSS3動畫
通過css3動畫屬性,我們可以建立動畫,實現簡單的動畫效果。css3動畫的實現需要用到animation屬性並配合關鍵幀 keyframes 使用。1.對需要設定動畫的元素新增animation屬性。2.設定關鍵幀 keyframes animation是所有動畫屬性的簡寫屬性,除了 animati...
CSS3 總結(二十) 彈性盒子(CSS3)
2.在彈性容器中可以設定min width max width屬性來限制彈性子元素的最小及最大縮放寬度。用在彈性容器 3.flex direction 屬性 用在彈性容器 指定了彈性子元素在父容器中的位置。值說明 row橫向從左到右排列 左對齊 預設的排列方式。row reverse 反轉橫向排列 ...