├── .gitignore ├── README.md ├── index.html ├── package.json ├── practiceProjects ├── 1 │ ├── index.html │ └── styles.css ├── 2 │ ├── b25c0b912de78ff7707c46be6f439ddf.jpg │ ├── index.html │ └── styles.css ├── 3 │ ├── 52c231785162b7f6a7745ff1e783bb8c.jpg │ ├── index.html │ └── styles.css ├── 4 │ ├── 624522de5ff7b35a355dedd087afbba1.jpg │ ├── index.html │ └── styles.css ├── 5 │ ├── 702ddd369d1596338ddbb93f6759ae3f.jpg │ ├── index.html │ └── styles.css ├── 6 │ ├── 86ff34f1e814e5dcae99dd9abe020b35.gif │ ├── index.html │ └── styles.css ├── 7 │ ├── download.png │ ├── index.html │ └── styles.css ├── 8 │ ├── download.png │ ├── index.html │ └── styles.css ├── 9 │ ├── bdf81db0595d323cdeb2e6327e9824ce.jpg │ ├── index.html │ └── styles.css ├── 10 │ ├── download.png │ ├── index.html │ └── styles.css ├── 11 │ ├── download.png │ ├── index.html │ └── styles.css ├── 12 │ ├── 23b918efc7c471bf1139b8e42a8b9ddd.jpg │ ├── index.html │ └── styles.css ├── 13 │ ├── ca33104f19fc31c0a2222a03a49dc29f.png │ ├── index.html │ └── styles.css ├── 14 │ ├── 17b8677a1a1f43f89e40f4c60b35028f.jpg │ ├── index.html │ └── styles.css └── 15 │ ├── 62dd9ba1acfb76aec105fd7ba3bfac14.jpg │ ├── index.html │ └── styles.css └── styles.css /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/index.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/package.json -------------------------------------------------------------------------------- /practiceProjects/1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/1/index.html -------------------------------------------------------------------------------- /practiceProjects/1/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/1/styles.css -------------------------------------------------------------------------------- /practiceProjects/10/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/10/download.png -------------------------------------------------------------------------------- /practiceProjects/10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/10/index.html -------------------------------------------------------------------------------- /practiceProjects/10/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/10/styles.css -------------------------------------------------------------------------------- /practiceProjects/11/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/11/download.png -------------------------------------------------------------------------------- /practiceProjects/11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/11/index.html -------------------------------------------------------------------------------- /practiceProjects/11/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/11/styles.css -------------------------------------------------------------------------------- /practiceProjects/12/23b918efc7c471bf1139b8e42a8b9ddd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/12/23b918efc7c471bf1139b8e42a8b9ddd.jpg -------------------------------------------------------------------------------- /practiceProjects/12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/12/index.html -------------------------------------------------------------------------------- /practiceProjects/12/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/12/styles.css -------------------------------------------------------------------------------- /practiceProjects/13/ca33104f19fc31c0a2222a03a49dc29f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/13/ca33104f19fc31c0a2222a03a49dc29f.png -------------------------------------------------------------------------------- /practiceProjects/13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/13/index.html -------------------------------------------------------------------------------- /practiceProjects/13/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/13/styles.css -------------------------------------------------------------------------------- /practiceProjects/14/17b8677a1a1f43f89e40f4c60b35028f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/14/17b8677a1a1f43f89e40f4c60b35028f.jpg -------------------------------------------------------------------------------- /practiceProjects/14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/14/index.html -------------------------------------------------------------------------------- /practiceProjects/14/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/14/styles.css -------------------------------------------------------------------------------- /practiceProjects/15/62dd9ba1acfb76aec105fd7ba3bfac14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/15/62dd9ba1acfb76aec105fd7ba3bfac14.jpg -------------------------------------------------------------------------------- /practiceProjects/15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/15/index.html -------------------------------------------------------------------------------- /practiceProjects/15/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/15/styles.css -------------------------------------------------------------------------------- /practiceProjects/2/b25c0b912de78ff7707c46be6f439ddf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/2/b25c0b912de78ff7707c46be6f439ddf.jpg -------------------------------------------------------------------------------- /practiceProjects/2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/2/index.html -------------------------------------------------------------------------------- /practiceProjects/2/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/2/styles.css -------------------------------------------------------------------------------- /practiceProjects/3/52c231785162b7f6a7745ff1e783bb8c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/3/52c231785162b7f6a7745ff1e783bb8c.jpg -------------------------------------------------------------------------------- /practiceProjects/3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/3/index.html -------------------------------------------------------------------------------- /practiceProjects/3/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/3/styles.css -------------------------------------------------------------------------------- /practiceProjects/4/624522de5ff7b35a355dedd087afbba1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/4/624522de5ff7b35a355dedd087afbba1.jpg -------------------------------------------------------------------------------- /practiceProjects/4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/4/index.html -------------------------------------------------------------------------------- /practiceProjects/4/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/4/styles.css -------------------------------------------------------------------------------- /practiceProjects/5/702ddd369d1596338ddbb93f6759ae3f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/5/702ddd369d1596338ddbb93f6759ae3f.jpg -------------------------------------------------------------------------------- /practiceProjects/5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/5/index.html -------------------------------------------------------------------------------- /practiceProjects/5/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/5/styles.css -------------------------------------------------------------------------------- /practiceProjects/6/86ff34f1e814e5dcae99dd9abe020b35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/6/86ff34f1e814e5dcae99dd9abe020b35.gif -------------------------------------------------------------------------------- /practiceProjects/6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/6/index.html -------------------------------------------------------------------------------- /practiceProjects/6/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/6/styles.css -------------------------------------------------------------------------------- /practiceProjects/7/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/7/download.png -------------------------------------------------------------------------------- /practiceProjects/7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/7/index.html -------------------------------------------------------------------------------- /practiceProjects/7/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/7/styles.css -------------------------------------------------------------------------------- /practiceProjects/8/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/8/download.png -------------------------------------------------------------------------------- /practiceProjects/8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/8/index.html -------------------------------------------------------------------------------- /practiceProjects/8/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/8/styles.css -------------------------------------------------------------------------------- /practiceProjects/9/bdf81db0595d323cdeb2e6327e9824ce.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/9/bdf81db0595d323cdeb2e6327e9824ce.jpg -------------------------------------------------------------------------------- /practiceProjects/9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/9/index.html -------------------------------------------------------------------------------- /practiceProjects/9/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/practiceProjects/9/styles.css -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadcoders/css-masterclass/HEAD/styles.css --------------------------------------------------------------------------------