Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CSS for Everybody: From beginner to boss
Rating: 4.6 out of 5(38 ratings)
184 students

CSS for Everybody: From beginner to boss

Learn CSS from the ground up. Absolutely no experience required. This course will take you all the way to expert level.
Created byKalob Taulien
Last updated 10/2020
English

What you'll learn

  • Beginner level CSS
  • Intermediate level CSS
  • Responsive web design
  • CSS Flexbox
  • CSS Grid

Course content

3 sections76 lectures4h 30m total length
  • Introduction1:18

    Learn to transform plain HTML into modern, beautiful websites using CSS, by building a hero section with navigation, guided step by step toward a polished project.

  • What is CSS?1:50
  • How does CSS work?1:43

    Explore how browsers render HTML, CSS, and JavaScript, and why CSS is essential for modern web design; this course covers the basics and common CSS attributes.

  • CSS syntax overview3:50
  • Inline CSS3:44

    Apply inline CSS to HTML elements using the style attribute, adjust properties like font-size and color, and use semicolons to separate declarations, though it's not best practice.

  • Internal CSS3:37

    Learn internal CSS by using the style element to target selectors like body and h1, and apply color and background color declarations inside curly braces.

  • CSS selectors introduction1:20

    Apply CSS selectors to target specific HTML elements, such as div, p, and all h1s, and style elements like strong text to see live changes on refresh.

  • Element selectors1:38

    Explore element selectors by targeting specific elements, such as paragraphs and divs, and change their styles, like blue text or dark magenta backgrounds, using basic CSS rules.

  • Class selectors4:52

    Use dot notation to target elements sharing a class like blue, including h1 and div, combine multiple classes with space (blue and uppercase), and learn class names are case sensitive.

  • ID selectors3:02

    Learn how id selectors target elements by their id attribute, with case sensitivity, and how unique ids prevent or cause styling and scripting issues in CSS and JavaScript.

  • Grouped selectors3:47
  • Nested elements5:01

    Explore nested selectors to style elements inside their parent elements, using descendant selectors such as p space strong to color all strong text within paragraphs.

  • Commenting your code2:17

    Learn to comment HTML and CSS using <!-- --> and /* ... */. Use shortcut keys to toggle comments, and observe browsers ignore commented code while you annotate and test.

  • Text colors2:57
  • Different color types3:48
  • Link states3:33

    Discover how to style links with css by setting the default color and the hover, active, and visited states using selectors and pseudo selectors.

  • Font sizes2:06

    Explore adjusting font sizes with the font-size declaration, using a small class, and applying pixel measurements (px) to create tiny to large text, with notes on proper units.

  • Measurement types1:17
  • Background colors1:32

    Experiment with body background colors to improve readability by toggling between off-white, white, and a dark gray, using hex colors, named colors, or rgb values.

  • Background images6:53
  • The inspect tool4:21
  • Text align2:03

    Learn how to control text alignment with CSS using the text-align property, exploring left, center, right, and justify, and using browser inspection to preview changes.

  • Borders2:33
  • Border radius4:22

    Learn how to use CSS border-radius to create rounded corners and circles across any element, with individual corner values and responsive percent and pixel options.

  • Display3:48

    Explore how display controls block and inline behavior, compare divs and spans, and learn to create side-by-side squares using inline and inline-block in css.

  • Width4:06

    Master css width by using percent, pixels, and border to visualize how display modes—inline, inline-block, and block—affect divs and spans across pages and device sizes.

  • Height1:44
  • Box shadows5:05
  • Padding3:22

    Explore how padding and margin relate as two sides of the same coin, applying 10px padding inside a 200x200 box with a blue border and top, right, bottom, left shorthand.

  • Margin2:40

    Learn how margins differ from padding, set margins with a uniform 30px around, apply margin shorthand for top, right, bottom, and left, and center a block element using auto margins.

  • Max-width2:27

    Explore how max-width limits an inline or inline-block element's width, how borders affect total width, and how max-width enables responsive text wrapping in CSS.

  • Opacity4:35
  • External CSS5:04

    Move styles from a style element to an external css file, link it as a stylesheet, and update multiple pages with one change for faster, cached rendering.

  • Floating elements5:17
  • Your CSS 101 project2:35
  • Summary0:31

Requirements

  • Basic HTML

Description

Welcome to CSS for Everybody, with your coding teacher Kalob Taulien.

This course is made up of 3 mini-courses that include CSS 101, CSS 201, and CSS 301.

In CSS 101 we’re going to get started with making an HTML website look a little more modern using CSS. Absolutely no experience is required for this module. Together, we’ll start at the very beginning and go through all the basics so you don’t miss anything.

In CSS 201 we’ll dive into intermediate CSS and work with things like animations, transitions, flexbox, and CSS grid. This will give us all the skills we need to start making websites responsive so they look good on desktops, laptops, tablets, phones, and even TVs.

In CSS 301 we’re focused completely on responsive web design. That’s how we make a website look good on every device.

There are big projects at the end of all three modules. And in between several lessons are tasks to get hands-on experience.

To get the most out of this course, you’ll need to know basic HTML. And you’ll likely want to pause the videos every now and then and code along with me.

Welcome to CSS for Everybody, and I’ll see you inside.

What is CSS?

CSS, otherwise known as Cascading Stylesheets, is used to make websites look and feel beautiful. See all the colors, shapes, and layouts on Udemy? That is all done using CSS.

Who is this course for?

If you want to make websites look beautiful and work on device types such as phones, tablets, laptops, desktops, and TVs... this course is for you! 

If you've never written any CSS or you have written some CSS but want to level up your skill from beginner to boss, this course is for you! 

If you want to eventually get a job as a web developer, this course is for you!

What you'll learn in CSS 101:

We'll start off with getting a text editor installed, and learning about CSS syntax (the coding-style in which CSS is written). Then we're going to dive into inline vs internal vs external styling, how to style certain HTML elements using CSS selectors, changing the text on our page, using different colors, changing default link styling, adding background images, working with borders, changing heights and widths of elements, changing spacing with margins and paddings, and making parts of your page see-through.

There are several tasks between the lessons for immediate hands-on experience, along with a final project.

What you'll learn in CSS 201:

In this intermediate module, we'll apply everything we learned in CSS 101, and get our hands dirty with more advanced CSS. This includes understanding the display property, the box model, outlines vs borders, specific element positioning, advanced CSS selectors, pseudo selectors and pseudo elements, transitions, animations, flexbox, and CSS grid.

Just like in the CSS 101 module, there is a final project and a bunch of homework tasks between the lessons for immediate hands-on experience.

What you'll learn in CSS 301:

CSS 301 is all about responsive web design. This is how we make websites look great on all devices including phones, tablets, laptops, desktops, TVs, and more.

Responsive web design is the act of making a website "respond" to the width of the device that's viewing your website. With this, you can write one codebase that works well on every type of device so all of your viewers and website users will be happy.

We'll dive right into media queries and what mobile-first means and why it's important. Then we'll make images and video embeds responsive. And we'll finish the course with a final project where you make a flexbox (or CSS grid) page layout and then transform it into a responsive website so it looks amazing on smaller devices like a phone.

Course requirements:

You should know some basic HTML already. CSS is designed to work with HTML, so if you don't already know HTML then you'll want to learn HTML first. Otherwise, if you already know a little HTML (you don't need to be an expert) then this course is for you! 

You will also need access to the internet to stream the lessons and a free text editing program like VS Code. And that's it! 

Who this course is for:

  • Junior web developers
  • People who want to make beautiful looking websites
  • People who want to make interactive feeling websites
  • People who want to make websites that work on all devices (phones, tablets and computers)