gitmyhub

advanced-css-course

CSS ★ 4.7k updated 2y ago

Starter files, final projects and FAQ for my Advanced CSS course

Starter and finished project files for Jonas Schmedtmann's Advanced CSS Udemy course, covering Sass, Flexbox, and CSS Grid through three hands-on demo projects: Natours, Trillo, and Nexter.

CSSSasssetup: easycomplexity 1/5

This repository holds the starter files and finished project files for Jonas Schmedtmann's Advanced CSS course, sold on Udemy. If you are enrolled in the course, you use the starter files to follow along with each section and compare your work against the finished files when something is not working as expected. The course slides are also included as a downloadable PDF.

The repository contains three completed projects. Natours is a demo website built with advanced CSS techniques, Sass (a CSS extension language), and responsive design patterns. Trillo demonstrates the flexbox layout system for arranging page elements. Nexter is built using CSS Grid, a layout tool for creating two-dimensional page structures.

The README is structured as a frequently asked questions section covering practical matters for course students. Topics include how to download the code, what to do when a Node.js package stops working, where to get help when stuck, and whether you can add the finished projects to your personal portfolio. The answer to the portfolio question is yes, as long as you built them yourself by following the course.

The instructor does not accept pull requests because the goal is to keep the code exactly as it appears in the video lessons. Students who find issues can open a GitHub issue instead. Questions about individual projects should go to the Q&A section on Udemy rather than to the instructor directly.

There is no application to install or run from this repository on its own. It is companion material for a paid course, useful only if you have access to the corresponding Udemy videos.

Where it fits