├── README.md ├── website (ch02-00) ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch03-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch04-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch04-01) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch05-00) ├── border-styles.html ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch05-01) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch05-02) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch06-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch07-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch07-01) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch07-02) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch08-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch09-00) ├── css │ ├── reset.css │ └── styles.css ├── display-property-demo.html ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch09-01) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch09-02) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png ├── index.html └── vertical-align-property-demo.html ├── website (ch10-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── generic-fonts-demo.html ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch11-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch11-01) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch11-02) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png ├── index.html └── list-style-demo.html ├── website (ch12-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch13-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch14-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch14-01) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch14-02) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch15-00) ├── css │ ├── reset.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch16-00) ├── css │ ├── reset.css │ ├── styles-ie.css │ ├── styles-ie7.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch16-01) ├── css │ ├── reset.css │ ├── styles-ie.css │ ├── styles-ie7.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html ├── website (ch17-00) ├── css │ ├── reset.css │ ├── styles-ie.css │ ├── styles-ie7.css │ └── styles.css ├── fonts │ ├── Average-OFL.txt │ ├── Average-Regular.eot │ ├── Average-Regular.woff │ ├── Belgrano-OFL.txt │ ├── Belgrano-Regular.eot │ └── Belgrano-Regular.woff ├── images │ ├── _notes │ │ └── bdr-footer.png.mno │ ├── banner-25percent.png │ ├── banner-shoes.jpg │ ├── banner-socks.jpg │ ├── banner-trainers.jpg │ ├── bdr-footer.png │ ├── bg-blog.png │ ├── bg-body.jpg │ ├── bg-footer.jpg │ ├── bg-newsletter.png │ ├── check.png │ ├── icon-newsletter.png │ ├── logo-small.png │ ├── logo.png │ └── socks-horses.png └── index.html └── website (complete) ├── css ├── reset.css ├── styles-ie.css ├── styles-ie7.css ├── styles.css └── styles.min.css ├── fonts ├── Average-OFL.txt ├── Average-Regular.eot ├── Average-Regular.woff ├── Belgrano-OFL.txt ├── Belgrano-Regular.eot └── Belgrano-Regular.woff ├── images ├── _notes │ └── bdr-footer.png.mno ├── banner-25percent.png ├── banner-shoes.jpg ├── banner-socks.jpg ├── banner-trainers.jpg ├── bdr-footer.png ├── bg-blog.png ├── bg-body.jpg ├── bg-footer.jpg ├── bg-newsletter.png ├── check.png ├── icon-newsletter.png ├── logo-small.png ├── logo.png └── socks-horses.png └── index.html /website (ch02-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch02-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch02-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch02-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch02-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch02-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch02-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch02-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch02-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch02-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch02-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch02-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch02-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch02-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/check.png -------------------------------------------------------------------------------- /website (ch02-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch02-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch02-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch02-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch02-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch03-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch03-00)/css/styles.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | For use with CSS3 Foundations: Styling the Modern Web 4 | CSS3 Foundations Book: www.wiley.com/go/treehouse/css3foundations 5 | 6 | Project Files: 03-00 7 | 8 | */ 9 | 10 | @import url("reset.css"); -------------------------------------------------------------------------------- /website (ch03-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch03-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch03-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch03-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch03-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch03-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch03-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch03-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch03-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch03-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch03-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch03-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch03-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch03-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/check.png -------------------------------------------------------------------------------- /website (ch03-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch03-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch03-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch03-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch03-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch04-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch04-00)/css/styles.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | For use with CSS3 Foundations: Styling the Modern Web 4 | CSS3 Foundations Book: www.wiley.com/go/treehouse/css3foundations 5 | 6 | Project Files: 04-00 7 | 8 | */ 9 | 10 | @import url("reset.css"); 11 | 12 | body { 13 | background-color: gray; 14 | background-image: url("../images/bg-body.jpg"); 15 | } 16 | 17 | h1, h2, h3, h4 { 18 | font-weight: bold; 19 | } 20 | 21 | #main { 22 | background-color: white; 23 | } 24 | 25 | .button { 26 | background-color: hotpink; 27 | color: white; 28 | } 29 | 30 | blockquote p { 31 | font-style: italic; 32 | } 33 | 34 | blockquote p:before { 35 | content: "\201C"; 36 | } 37 | 38 | blockquote p:after { 39 | content: "\201D"; 40 | } 41 | 42 | aside > h3 { 43 | font-weight: bold; 44 | } 45 | 46 | p + .offer { 47 | color: red; 48 | } 49 | 50 | input[type="text"], input[type="email"] { 51 | border: none; 52 | } 53 | 54 | input[type="submit"][class="button"] { 55 | font-size: 1em; 56 | } 57 | 58 | a:link { 59 | text-decoration: underline; 60 | } 61 | 62 | a:hover { 63 | text-decoration: none; 64 | } 65 | 66 | a:visited { 67 | color: black; 68 | } 69 | 70 | a:active { 71 | color: red; 72 | } 73 | 74 | a:focus { 75 | outline-color: black; 76 | outline-style: dotted; 77 | outline-width: 1px; 78 | } 79 | 80 | #content p:first-of-type:first-letter { 81 | font-size: 4em; 82 | font-weight: bold; 83 | } -------------------------------------------------------------------------------- /website (ch04-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch04-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch04-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch04-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch04-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch04-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch04-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch04-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch04-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch04-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch04-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch04-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch04-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch04-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/check.png -------------------------------------------------------------------------------- /website (ch04-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch04-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch04-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch04-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch04-01)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch04-01)/css/styles.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | For use with CSS3 Foundations: Styling the Modern Web 4 | CSS3 Foundations Book: www.wiley.com/go/treehouse/css3foundations 5 | 6 | Project Files: 04-01 7 | 8 | */ 9 | 10 | @import url("reset.css"); 11 | 12 | body { 13 | background-color: #f5f5f5; 14 | background-image: url("../images/bg-body.jpg"); 15 | } 16 | 17 | h1, h2, h3, h4 { 18 | font-weight: bold; 19 | } 20 | 21 | #main { 22 | background-color: white; 23 | background-color: rgba(255, 255, 255, 0.6); 24 | } 25 | 26 | .button { 27 | background-color: hotpink; 28 | color: white; 29 | } 30 | 31 | blockquote p { 32 | font-style: italic; 33 | } 34 | 35 | blockquote p:before { 36 | content: "\201C"; 37 | } 38 | 39 | blockquote p:after { 40 | content: "\201D"; 41 | } 42 | 43 | aside > h3 { 44 | font-weight: bold; 45 | } 46 | 47 | p + .offer { 48 | color: red; 49 | } 50 | 51 | input[type="text"], input[type="email"] { 52 | border: none; 53 | } 54 | 55 | input[type="submit"][class="button"] { 56 | font-size: 1em; 57 | } 58 | 59 | input[type="submit"][class="button"]:hover { 60 | background-color: #d4326d; 61 | } 62 | 63 | a:link { 64 | text-decoration: underline; 65 | } 66 | 67 | a:hover { 68 | text-decoration: none; 69 | } 70 | 71 | a:visited { 72 | color: black; 73 | } 74 | 75 | a:active { 76 | color: red; 77 | } 78 | 79 | a:focus { 80 | outline-color: black; 81 | outline-style: dotted; 82 | outline-width: 1px; 83 | } 84 | 85 | #content p:first-of-type:first-letter { 86 | font-size: 4em; 87 | font-weight: bold; 88 | } 89 | 90 | #newsletter { 91 | color: white; 92 | background-color: #00ACDF; 93 | } 94 | 95 | #footer { 96 | background-color: #ccc; 97 | background-image: url("../images/bg-footer.jpg"); 98 | } 99 | 100 | .showcase .button:hover { 101 | background-color: #00ACDF; 102 | } -------------------------------------------------------------------------------- /website (ch04-01)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch04-01)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch04-01)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch04-01)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch04-01)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch04-01)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch04-01)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch04-01)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch04-01)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch04-01)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch04-01)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch04-01)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch04-01)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch04-01)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/check.png -------------------------------------------------------------------------------- /website (ch04-01)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch04-01)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch04-01)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/logo.png -------------------------------------------------------------------------------- /website (ch04-01)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch04-01)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch05-00)/border-styles.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 | 58 | 59 | 60 |

Dotted

61 |

Dashed

62 |

Solid

63 |

Double

64 |

Groove

65 |

Ridge

66 |

Inset

67 |

Outset

68 | 69 | -------------------------------------------------------------------------------- /website (ch05-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch05-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch05-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch05-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch05-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch05-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch05-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch05-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch05-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch05-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch05-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch05-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch05-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch05-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch05-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/check.png -------------------------------------------------------------------------------- /website (ch05-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch05-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch05-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch05-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch05-01)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch05-01)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch05-01)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch05-01)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch05-01)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch05-01)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch05-01)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch05-01)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch05-01)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch05-01)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch05-01)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch05-01)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch05-01)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch05-01)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch05-01)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch05-01)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/check.png -------------------------------------------------------------------------------- /website (ch05-01)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch05-01)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch05-01)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/logo.png -------------------------------------------------------------------------------- /website (ch05-01)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-01)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch05-02)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch05-02)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch05-02)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch05-02)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch05-02)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch05-02)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch05-02)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch05-02)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch05-02)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch05-02)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch05-02)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch05-02)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch05-02)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch05-02)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch05-02)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch05-02)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/check.png -------------------------------------------------------------------------------- /website (ch05-02)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch05-02)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch05-02)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/logo.png -------------------------------------------------------------------------------- /website (ch05-02)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch05-02)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch06-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch06-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch06-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch06-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch06-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch06-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch06-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch06-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch06-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch06-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch06-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch06-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch06-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch06-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch06-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch06-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/check.png -------------------------------------------------------------------------------- /website (ch06-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch06-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch06-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch06-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch06-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch07-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch07-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch07-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch07-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch07-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch07-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch07-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch07-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch07-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch07-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch07-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch07-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch07-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch07-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch07-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch07-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/check.png -------------------------------------------------------------------------------- /website (ch07-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch07-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch07-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch07-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch07-01)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch07-01)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch07-01)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch07-01)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch07-01)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch07-01)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch07-01)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch07-01)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch07-01)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch07-01)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch07-01)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch07-01)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch07-01)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch07-01)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch07-01)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch07-01)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/check.png -------------------------------------------------------------------------------- /website (ch07-01)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch07-01)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch07-01)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/logo.png -------------------------------------------------------------------------------- /website (ch07-01)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-01)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch07-02)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch07-02)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch07-02)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch07-02)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch07-02)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch07-02)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch07-02)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch07-02)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch07-02)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch07-02)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch07-02)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch07-02)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch07-02)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch07-02)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch07-02)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch07-02)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/check.png -------------------------------------------------------------------------------- /website (ch07-02)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch07-02)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch07-02)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/logo.png -------------------------------------------------------------------------------- /website (ch07-02)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch07-02)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch08-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch08-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch08-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch08-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch08-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch08-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch08-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch08-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch08-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch08-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch08-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch08-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch08-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch08-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch08-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch08-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/check.png -------------------------------------------------------------------------------- /website (ch08-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch08-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch08-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch08-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch08-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch09-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch09-00)/display-property-demo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 | 14 | 35 | 36 | 37 |
38 | Block 39 |
40 | 41 |
42 | Block 43 |
44 | 45 |
46 | Inline 47 |
48 | 49 |
50 | Inline 51 |
52 | 53 |
54 | Block 55 |
56 | 57 |
58 | Inline-Block 59 |
60 | 61 |
62 | Inline-Block 63 |
64 | 65 | -------------------------------------------------------------------------------- /website (ch09-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch09-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch09-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch09-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch09-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch09-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch09-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch09-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch09-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch09-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch09-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch09-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch09-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch09-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch09-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/check.png -------------------------------------------------------------------------------- /website (ch09-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch09-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch09-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch09-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch09-01)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch09-01)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch09-01)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch09-01)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch09-01)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch09-01)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch09-01)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch09-01)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch09-01)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch09-01)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch09-01)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch09-01)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch09-01)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch09-01)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch09-01)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch09-01)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/check.png -------------------------------------------------------------------------------- /website (ch09-01)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch09-01)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch09-01)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/logo.png -------------------------------------------------------------------------------- /website (ch09-01)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-01)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch09-02)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch09-02)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch09-02)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch09-02)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch09-02)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch09-02)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch09-02)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch09-02)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch09-02)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch09-02)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch09-02)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch09-02)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch09-02)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch09-02)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch09-02)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch09-02)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/check.png -------------------------------------------------------------------------------- /website (ch09-02)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch09-02)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch09-02)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/logo.png -------------------------------------------------------------------------------- /website (ch09-02)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch09-02)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch10-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch10-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch10-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch10-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch10-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch10-00)/generic-fonts-demo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 | 14 | 15 | Cool Shoes & Socks 16 | 37 | 38 | 39 | 46 | 47 | -------------------------------------------------------------------------------- /website (ch10-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch10-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch10-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch10-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch10-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch10-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch10-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch10-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch10-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch10-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch10-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/check.png -------------------------------------------------------------------------------- /website (ch10-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch10-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch10-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch10-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch10-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch11-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch11-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch11-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch11-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch11-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch11-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch11-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch11-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch11-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch11-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch11-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch11-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch11-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch11-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch11-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch11-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/check.png -------------------------------------------------------------------------------- /website (ch11-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch11-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch11-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch11-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch11-01)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch11-01)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch11-01)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch11-01)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch11-01)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch11-01)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch11-01)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch11-01)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch11-01)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch11-01)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch11-01)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch11-01)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch11-01)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch11-01)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch11-01)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch11-01)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/check.png -------------------------------------------------------------------------------- /website (ch11-01)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch11-01)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch11-01)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/logo.png -------------------------------------------------------------------------------- /website (ch11-01)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-01)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch11-02)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch11-02)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch11-02)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch11-02)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch11-02)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch11-02)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch11-02)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch11-02)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch11-02)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch11-02)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch11-02)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch11-02)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch11-02)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch11-02)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch11-02)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch11-02)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/check.png -------------------------------------------------------------------------------- /website (ch11-02)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch11-02)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch11-02)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/logo.png -------------------------------------------------------------------------------- /website (ch11-02)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch11-02)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch12-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch12-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch12-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch12-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch12-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch12-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch12-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch12-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch12-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch12-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch12-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch12-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch12-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch12-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch12-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch12-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/check.png -------------------------------------------------------------------------------- /website (ch12-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch12-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch12-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch12-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch12-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch13-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch13-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch13-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch13-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch13-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch13-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch13-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch13-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch13-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch13-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch13-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch13-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch13-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch13-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch13-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch13-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/check.png -------------------------------------------------------------------------------- /website (ch13-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch13-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch13-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch13-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch13-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch14-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch14-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch14-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch14-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch14-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch14-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch14-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch14-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch14-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch14-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch14-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch14-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch14-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch14-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch14-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch14-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/check.png -------------------------------------------------------------------------------- /website (ch14-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch14-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch14-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch14-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch14-01)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch14-01)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch14-01)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch14-01)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch14-01)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch14-01)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch14-01)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch14-01)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch14-01)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch14-01)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch14-01)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch14-01)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch14-01)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch14-01)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch14-01)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch14-01)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/check.png -------------------------------------------------------------------------------- /website (ch14-01)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch14-01)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch14-01)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/logo.png -------------------------------------------------------------------------------- /website (ch14-01)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-01)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch14-02)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch14-02)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch14-02)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch14-02)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch14-02)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch14-02)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch14-02)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch14-02)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch14-02)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch14-02)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch14-02)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch14-02)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch14-02)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch14-02)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch14-02)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch14-02)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/check.png -------------------------------------------------------------------------------- /website (ch14-02)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch14-02)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch14-02)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/logo.png -------------------------------------------------------------------------------- /website (ch14-02)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch14-02)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch15-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch15-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch15-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch15-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch15-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch15-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch15-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch15-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch15-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch15-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch15-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch15-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch15-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch15-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch15-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch15-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/check.png -------------------------------------------------------------------------------- /website (ch15-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch15-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch15-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch15-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch15-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch16-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch16-00)/css/styles-ie.css: -------------------------------------------------------------------------------- 1 | body { 2 | width: 960px; 3 | } -------------------------------------------------------------------------------- /website (ch16-00)/css/styles-ie7.css: -------------------------------------------------------------------------------- 1 | #header nav > ul > li { 2 | display: inline; 3 | vertical-align: top; 4 | } 5 | 6 | blockquote cite { 7 | width: 100%; 8 | text-align: right; 9 | } 10 | 11 | input[type="text"],input[type="email"] { 12 | width: 88%; 13 | } -------------------------------------------------------------------------------- /website (ch16-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch16-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch16-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch16-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch16-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch16-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch16-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch16-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch16-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch16-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch16-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch16-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch16-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch16-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch16-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/check.png -------------------------------------------------------------------------------- /website (ch16-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch16-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch16-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch16-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch16-01)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch16-01)/css/styles-ie.css: -------------------------------------------------------------------------------- 1 | body { 2 | width: 960px; 3 | } -------------------------------------------------------------------------------- /website (ch16-01)/css/styles-ie7.css: -------------------------------------------------------------------------------- 1 | #header nav > ul > li { 2 | display: inline; 3 | vertical-align: top; 4 | } 5 | 6 | blockquote cite { 7 | width: 100%; 8 | text-align: right; 9 | } 10 | 11 | input[type="text"],input[type="email"] { 12 | width: 88%; 13 | } -------------------------------------------------------------------------------- /website (ch16-01)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch16-01)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch16-01)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch16-01)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch16-01)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch16-01)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch16-01)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch16-01)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch16-01)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch16-01)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch16-01)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch16-01)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch16-01)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch16-01)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch16-01)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/check.png -------------------------------------------------------------------------------- /website (ch16-01)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch16-01)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch16-01)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/logo.png -------------------------------------------------------------------------------- /website (ch16-01)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch16-01)/images/socks-horses.png -------------------------------------------------------------------------------- /website (ch17-00)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (ch17-00)/css/styles-ie.css: -------------------------------------------------------------------------------- 1 | body { 2 | width: 960px; 3 | } -------------------------------------------------------------------------------- /website (ch17-00)/css/styles-ie7.css: -------------------------------------------------------------------------------- 1 | #header nav > ul > li { 2 | display: inline; 3 | vertical-align: top; 4 | } 5 | 6 | blockquote cite { 7 | width: 100%; 8 | text-align: right; 9 | } 10 | 11 | input[type="text"],input[type="email"] { 12 | width: 88%; 13 | } -------------------------------------------------------------------------------- /website (ch17-00)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (ch17-00)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (ch17-00)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (ch17-00)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (ch17-00)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (ch17-00)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (ch17-00)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (ch17-00)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (ch17-00)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (ch17-00)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (ch17-00)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/bg-blog.png -------------------------------------------------------------------------------- /website (ch17-00)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (ch17-00)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (ch17-00)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (ch17-00)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/check.png -------------------------------------------------------------------------------- /website (ch17-00)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (ch17-00)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/logo-small.png -------------------------------------------------------------------------------- /website (ch17-00)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/logo.png -------------------------------------------------------------------------------- /website (ch17-00)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (ch17-00)/images/socks-horses.png -------------------------------------------------------------------------------- /website (complete)/css/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /website (complete)/css/styles-ie.css: -------------------------------------------------------------------------------- 1 | body { 2 | width: 960px; 3 | } -------------------------------------------------------------------------------- /website (complete)/css/styles-ie7.css: -------------------------------------------------------------------------------- 1 | #header nav > ul > li { 2 | display: inline; 3 | vertical-align: top; 4 | } 5 | 6 | blockquote cite { 7 | width: 100%; 8 | text-align: right; 9 | } 10 | 11 | input[type="text"],input[type="email"] { 12 | width: 88%; 13 | } -------------------------------------------------------------------------------- /website (complete)/fonts/Average-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/fonts/Average-Regular.eot -------------------------------------------------------------------------------- /website (complete)/fonts/Average-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/fonts/Average-Regular.woff -------------------------------------------------------------------------------- /website (complete)/fonts/Belgrano-OFL.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 1 Week: 2280 7 | 8 | 9 | Received: 15048 10 | 5 Weeks (Done): 11400 11 | Owe: 3648 12 | 13 | 14 | 15 | Total: 25080 -------------------------------------------------------------------------------- /website (complete)/fonts/Belgrano-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/fonts/Belgrano-Regular.eot -------------------------------------------------------------------------------- /website (complete)/fonts/Belgrano-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/fonts/Belgrano-Regular.woff -------------------------------------------------------------------------------- /website (complete)/images/_notes/bdr-footer.png.mno: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /website (complete)/images/banner-25percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/banner-25percent.png -------------------------------------------------------------------------------- /website (complete)/images/banner-shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/banner-shoes.jpg -------------------------------------------------------------------------------- /website (complete)/images/banner-socks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/banner-socks.jpg -------------------------------------------------------------------------------- /website (complete)/images/banner-trainers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/banner-trainers.jpg -------------------------------------------------------------------------------- /website (complete)/images/bdr-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/bdr-footer.png -------------------------------------------------------------------------------- /website (complete)/images/bg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/bg-blog.png -------------------------------------------------------------------------------- /website (complete)/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/bg-body.jpg -------------------------------------------------------------------------------- /website (complete)/images/bg-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/bg-footer.jpg -------------------------------------------------------------------------------- /website (complete)/images/bg-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/bg-newsletter.png -------------------------------------------------------------------------------- /website (complete)/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/check.png -------------------------------------------------------------------------------- /website (complete)/images/icon-newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/icon-newsletter.png -------------------------------------------------------------------------------- /website (complete)/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/logo-small.png -------------------------------------------------------------------------------- /website (complete)/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/logo.png -------------------------------------------------------------------------------- /website (complete)/images/socks-horses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IanLunn/CSS3-Foundations/43bcf761188f15cef761a11c92eeaa7fa21e5570/website (complete)/images/socks-horses.png --------------------------------------------------------------------------------