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
English [Auto],

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

    Learn the fundamentals of CSS, including why we use CSS and how to apply styles by selecting elements, classes, or IDs, and combine multiple selectors to style a single element.

  • Getting Started With CSS1:51

    Discover how CSS styles web pages by adjusting colors, fonts, sizes, and positioning, and use an external .css file to control layouts across multiple pages.

  • 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

    Learn how to use the CSS class selector to target elements by class attributes, applying styles by class names such as center, and combine multiple classes with spaces for styling.

  • ID Selector1:37

    Discover how the id selector targets a specific element using its id attribute, overriding class styles; learn to apply unique identifiers with the # prefix in CSS.

  • More About Selectors5:37

    Explore the differences between element name, class, and id selectors and learn when to use each, including how comma-separated grouping and specificity override rules guide styling.

  • Chaining Selectors1:33

    Learn how chaining selectors in CSS combines multiple selectors to target specific elements with a center class, applying text-align center and color red to h1 and b elements.

  • 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!