Completed
_about.scss
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Sass Tutorial for Beginners - CSS With Superpowers
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What Is Sass?
- 3 Requirements
- 4 Install/Setup Live Sass Compiler VS Code Extension
- 5 Folder Structure / Sass Syntax
- 6 Variables
- 7 Maps
- 8 Nesting
- 9 Partials
- 10 Functions
- 11 Mixin Example 1
- 12 Mixin Example 2
- 13 Mixin Example 3
- 14 Extend
- 15 Math Operations
- 16 How to Learn More (Documentation)
- 17 Real-World Example From Scratch (Portfolio Site)
- 18 index.html
- 19 Font Awesome Setup
- 20 main.scss / _config.scss
- 21 _home.scss
- 22 Transition Ease Mixin
- 23 Text Color Function
- 24 _menu.scss
- 25 main.js
- 26 Menu cont.
- 27 about.html
- 28 _about.scss
- 29 projects.html
- 30 _projects.scss
- 31 contact.html
- 32 _contact.scss
- 33 _responsive.scss
- 34 Deploy on Github Pages