CSS Crash Course For Absolute Beginners

Spread The Viralist



In this video I will cram as much as possible about CSS. We will be looking at styles, selectors, declarations, etc. We will build a CSS cheat sheet that you can keep as a resource and we will also create a basic website layout. We are using CSS3 but mostly the basics. I will be creating an advanced CSS course with animations, etc. I do have a Flexbox in 20 minutes video as well if you want to learn flexbox.

21 Hour HTML & CSS Course:
https://www.udemy.com/course/modern-html-css-from-the-beginning/?referralCode=EB0470C43F3C3E9AA306

CODE: Code for this video
http://www.traversymedia.com/downloads/csscrashcourse.zip

HTML CRASH COURSE VIDEO:

BECOME A PATRON: Support me directly for even $1 per month
http://www.patreon.com/traversymedia
ONE TIME DONATIONS:
http://www.paypal.me/traversymedia

FOLLOW TRAVERSY MEDIA:
http://www.facebook.com/traversymedia

http://www.instagram.com/traversymedia

source

Recommended For You

About the Author: Traversy Media

37 Comments

  1. Time Stamps
    Intro
    0:000:25 —- Intro
    0:252:02 —- Before We Begin
    2:022:55 —- What is CSS?
    2:553:30 —- What We Need To Start
    3:305:33 —- Creating a CSS file (Sublime)
    5:337:11 —- Methods For Adding CSS (mistake at 6:18, meant to say "Internal" not "Inline CSS")
    CSS
    7:1111:14 —- Color (all 3 methods)
    11:1413:31—- CSS Selectors
    13:3115:46 —- Colors in CSS
    15:4620:00 —- Web Safe Fonts (sizes, weights, and height)
    20:0024:53 —- Class and Id
    24:5333:00 —- Box Model, Margin and Padding Shorthand, and Borders
    33:0039:10 —- Text Formatting Styles (list style 38:3439:10)
    39:1044:20 —- Links (images 42:20)
    44:2051:20 —- Forms (button style 48:3051:20)
    51:2057:10 —- Alignment and Floating
    57:101:03:41 —- Positioning in CSS
    1:03:411:06:20 —- Setting Images As Element Background
    1:06:201:08:55 —- Pseudo Classes
    1:08:551:25:10 —- Making Own Website (Outro)

  2. Thanks Brad! I enjoyed this video, I bought your course Tailwind CSS in Udemy and you told me to check this video first, thanks bro! I learned a lot. I also followed your course Python Django Dev To Deployment in my subscription to PACKT. Now I can proceed to Tailwind CSS from scratch.

  3. I was losing my mind because the background of the #sidebar wasn't changing.. SO I was like alright, let me see what happened in the html side of things… It was capitalized, the id being capitalized threw me on a spiral

  4. when i get my first front-end developing job paycheck, im going to donate to your patreon.. you will be a big part of my self-taught education, to date. thank you so much for the video!

  5. Absolutely great video! I took a step back from Web Development after finishing college for personal reasons and decided to come back. This was the perfect refresher video for me bringing me back to a lot that I remember but some things I forgot! Looking forward to more classes 😀

  6. 56:17 – I have the exact main-block and sidebar float and width but for some reason my text won't go all the way to the right side of the website, but instead go under the second heading box with some spacing under the the first lorem paragraph. Anyone else having this issue and know the fix? I rewatched the whole video to see if I missed a issue with my codes but have the exact same coding for both my index and style but getting a different outcome.

Comments are closed.