Coding project from the Udemy Course Advanced CSS and Sass: Flexbox, Grid, Animations, and more
I wrote the code in the sass directory and package.json. The other files were provided by the instructor.
- grid layout
- media queries
- animations
- Sass mixins
- Sass variables
- BEM notation
- responsive images in HTML and CSS
- responsive design
- setting up build process with npm scripts
To run this project locally:
- In your terminal, navigate to the root folder and run the following commands
$ npm install
$ npm start
- Section 9: Nexter Project - Master Grid Layouts of the Udemy Course Advanced CSS and Sass: Flexbox, Grid, Animations, and more