├── PRESENTATION.pdf ├── README.md └── demos ├── _lib ├── defaults-alt.css ├── defaults.css └── normalize.css ├── _template ├── index.html └── style.css ├── border-box ├── index.html └── style.css ├── disp-block-1 ├── index.html └── style.css ├── disp-block-2 ├── index.html └── style.css ├── disp-inline-1 ├── index.html └── style.css ├── disp-inline-2 ├── index.html └── style.css ├── disp-inline-block-1 ├── index.html └── style.css ├── disp-inline-block-2 ├── index.html └── style.css ├── disp-inline-block-3 ├── index.html └── style.css ├── float-1 ├── index.html ├── p.png └── style.css ├── pos-absolute-1 ├── index.html └── style.css ├── pos-fixed-1 ├── index.html └── style.css ├── pos-relative-1 ├── index.html └── style.css ├── responsive-layout-demo ├── _design │ └── layout.ai ├── img │ ├── img1.jpg │ ├── img2.jpg │ ├── img3.jpg │ ├── img4.jpg │ └── logo.svg ├── index.html └── style.css ├── z-index-1 ├── index.html └── style.css └── z-index-2 ├── index.html └── style.css /PRESENTATION.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/PRESENTATION.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/README.md -------------------------------------------------------------------------------- /demos/_lib/defaults-alt.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/_lib/defaults-alt.css -------------------------------------------------------------------------------- /demos/_lib/defaults.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/_lib/defaults.css -------------------------------------------------------------------------------- /demos/_lib/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/_lib/normalize.css -------------------------------------------------------------------------------- /demos/_template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/_template/index.html -------------------------------------------------------------------------------- /demos/_template/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/_template/style.css -------------------------------------------------------------------------------- /demos/border-box/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/border-box/index.html -------------------------------------------------------------------------------- /demos/border-box/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/border-box/style.css -------------------------------------------------------------------------------- /demos/disp-block-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-block-1/index.html -------------------------------------------------------------------------------- /demos/disp-block-1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-block-1/style.css -------------------------------------------------------------------------------- /demos/disp-block-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-block-2/index.html -------------------------------------------------------------------------------- /demos/disp-block-2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-block-2/style.css -------------------------------------------------------------------------------- /demos/disp-inline-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-inline-1/index.html -------------------------------------------------------------------------------- /demos/disp-inline-1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-inline-1/style.css -------------------------------------------------------------------------------- /demos/disp-inline-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-inline-2/index.html -------------------------------------------------------------------------------- /demos/disp-inline-2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-inline-2/style.css -------------------------------------------------------------------------------- /demos/disp-inline-block-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-inline-block-1/index.html -------------------------------------------------------------------------------- /demos/disp-inline-block-1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-inline-block-1/style.css -------------------------------------------------------------------------------- /demos/disp-inline-block-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-inline-block-2/index.html -------------------------------------------------------------------------------- /demos/disp-inline-block-2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-inline-block-2/style.css -------------------------------------------------------------------------------- /demos/disp-inline-block-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-inline-block-3/index.html -------------------------------------------------------------------------------- /demos/disp-inline-block-3/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/disp-inline-block-3/style.css -------------------------------------------------------------------------------- /demos/float-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/float-1/index.html -------------------------------------------------------------------------------- /demos/float-1/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/float-1/p.png -------------------------------------------------------------------------------- /demos/float-1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/float-1/style.css -------------------------------------------------------------------------------- /demos/pos-absolute-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/pos-absolute-1/index.html -------------------------------------------------------------------------------- /demos/pos-absolute-1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/pos-absolute-1/style.css -------------------------------------------------------------------------------- /demos/pos-fixed-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/pos-fixed-1/index.html -------------------------------------------------------------------------------- /demos/pos-fixed-1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/pos-fixed-1/style.css -------------------------------------------------------------------------------- /demos/pos-relative-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/pos-relative-1/index.html -------------------------------------------------------------------------------- /demos/pos-relative-1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/pos-relative-1/style.css -------------------------------------------------------------------------------- /demos/responsive-layout-demo/_design/layout.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/responsive-layout-demo/_design/layout.ai -------------------------------------------------------------------------------- /demos/responsive-layout-demo/img/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/responsive-layout-demo/img/img1.jpg -------------------------------------------------------------------------------- /demos/responsive-layout-demo/img/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/responsive-layout-demo/img/img2.jpg -------------------------------------------------------------------------------- /demos/responsive-layout-demo/img/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/responsive-layout-demo/img/img3.jpg -------------------------------------------------------------------------------- /demos/responsive-layout-demo/img/img4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/responsive-layout-demo/img/img4.jpg -------------------------------------------------------------------------------- /demos/responsive-layout-demo/img/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/responsive-layout-demo/img/logo.svg -------------------------------------------------------------------------------- /demos/responsive-layout-demo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/responsive-layout-demo/index.html -------------------------------------------------------------------------------- /demos/responsive-layout-demo/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/responsive-layout-demo/style.css -------------------------------------------------------------------------------- /demos/z-index-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/z-index-1/index.html -------------------------------------------------------------------------------- /demos/z-index-1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/z-index-1/style.css -------------------------------------------------------------------------------- /demos/z-index-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/z-index-2/index.html -------------------------------------------------------------------------------- /demos/z-index-2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmenick/CSS-Presentation/HEAD/demos/z-index-2/style.css --------------------------------------------------------------------------------