Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Sass Tutorial For Beginners : CSS with Superpowers
Rating: 4.3 out of 5(157 ratings)
8,109 students

Sass Tutorial For Beginners : CSS with Superpowers

Expand your CSS knowledge by learning SCSS syntax, nesting, functions, and more in this course!
Created byIslam Ahmad
Last updated 4/2020
English

What you'll learn

  • This course will teach you how to use nesting, variables, mixins, placeholders, and functions to write more expressive and reusable styles. At the end of the course, you will be able to transition a CSS codebase to SCSS and style multiple websites.
  • Tons of modern CSS techniques to create stunning designs and effects

Course content

4 sections42 lectures1h 49m total length
  • Introduction0:38
  • Getting Started With CSS1:51
  • How to use CSS5:55

    Explore three methods to apply CSS: inline styles, internal style blocks, and external style sheets. Learn by examples like color red and font size 20px, and linking to style.css.

  • CSS Syntax And Element Selectors1:53

    Discover css syntax, including how a selector and a declaration in curly braces define properties and values separated by a colon and semicolon, and the element selector targets h2 elements.

  • Class Selector2:04
  • ID Selector1:37
  • More About Selectors5:37
  • Chaining Selectors1:33
  • Introduction To CSS

Requirements

  • You need to know HTML basics before taking this course.
  • Any computer and OS will work — Windows, macOS or Linux
  • There is no need for any paid software — The text editor you already have works just fine

Description

Are you frustrated at how rapidly the web design & coding world is changing?

Do you feel like your skills are becoming out-dated and you just can't keep up with all of the new web languages?

Are you afraid your web design skills will become redundant if you don't learn something new?

Do you worry that you might not "have what it takes" to learn something new and complicated?

Sass is an easy-to-use styling language that helps reduce a lot of the repetition and maintainability challenges of traditional CSS. Learning Sass will not only let you scale styles when working on big web development projects, it will also make it much faster and more efficient to write reusable styles from scratch for smaller projects.

Sass is what's known as a "pre-processor" language, and it basically supercharges your CSS so you can create flexible, clean and incredibly powerful stylesheets.

The entire purpose of Sass is to save you time & energy when styling websites and applications.

Why is this a good thing?

I've done some experiments and I've discovered that you can style websites 150% faster using Sass vs. CSS...

For example, let's say a custom web design project takes 50 hours to style in CSS (not unusual!)

Who this course is for:

  • CSS developers who want to update their CSS skills to the most modern level
  • Front-end developers who want to finally understand how CSS works behind the scenes
  • In general: anyone who wants to truly master CSS!