nettaru / CSS-intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS-intro

  1. Display - block, inline-block, none (vs. visibility: hidden;/opacity: 0;).
  2. Positioning - Relative, absolue & fixed.
  3. Element dimensions and Chrome dev tools - width, height, padding, border, margin.
  4. Colors - text + background.
  5. Psaudo elements - :before, :after, :hover, :click, :focus.

CSS-intro - part2

  1. Advanced selectors - attribute selector, psaudo element selector, positional selector (:nth-child), combining selectors (http://css-tricks.com/pseudo-class-selectors/)
  2. Sprites - concept
  3. Overflow - container scrolling

About