Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Online Business Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Design Web Design CSS

Ultimate CSS Grid Course: From Beginner to Advanced

Create CSS Grid layouts using the new grid system & use it together with CSS3 Flexbox and Sass for an amazing workflow
Rating: 4.6 out of 54.6 (522 ratings)
3,451 students
Created by Peter Sommerhoff
Last updated 11/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Know and understand the CSS Grid specification
  • Create real-world grid layouts blazingly fast
  • Know in how far CSS Grid complements Flexbox
  • Understand even advanced concepts from the CSS Grid spec
  • Use all new properties defined for CSS grid layouts
Curated for the Udemy for Business collection

Requirements

  • Basic HTML
  • Basic CSS

Description

In this course, you'll...

  •  Learn how to use all CSS properties defined in the CSS Grid specification
  •  Complete several exercise sheets to apply your new skills and create your own layouts with CSS Grids
  •  Write concise and readable CSS code, even for complex layouts
  •  Sketch layout prototypes in no time using CSS grid layouts
  •  Learn the basics of how this complements Flexbox and can work in combination with Sass


What Students Say About My Web Design Courses

1) From my Flexbox course:

"Well explained. Efficient teaching. Great skill to learn for CSS. Already applying it to my code and saving time and headaches." - Shane
 
"Thanks to this course I've got the understanding that going to rework 70% of my current project just to optimize and even simplify the scripts and CSS.. time to wipe out few JS functions and referencing items =)"  - Dmitriy
 
"It just works. I was able to create most of a "holy grail" style, responsive layout with NO extra CSS, and convert an existing template, reducing the code by 90%, in less than two hours after completing this course"  - Paul
 
"Very clear and organized explanation about flexbox. It covers all you need to know about the topic. This is one of the few courses that claims to be "complete" and really is! Very well done! Thanks Peter."  - Fabio


2) From my Sass course:

"Great course! Very useful and detailed!"  - Vladislav
 
"This course provides an excellent in-depth look at how to get up and running using SASS/SCSS. I started with no experience using it and am now quite comfortable using it in all my projects. Highly recommended."  - Jerry
 
"Really good course. The instructor was very knowledgeable about SASS/SCSS and was able to provide explanations and examples that were relatively easy to follow assuming you have a pretty good understanding of CSS. Would definitely recommend the course to anyone who has a basic understanding of SASS/SCSS and wants to learn even more."  - John


What Else You Can Expect

As always, I'll answer all your questions inside the course to help you along the way.

There are many practice exercises included in this course for you to apply what you learn, along with my proposed solutions to look up on GitHub. So you'll get to apply and manifest your skills right away.

Remember there's a 30-day money-back guarantee so feel free to take a look inside the course with any risk. There are also several free preview lectures available for you to see if this course is for you.

Who this course is for:

  • Web designers who want to advance their skills and build maintainable layouts faster
  • Anyone who wants to stay on top of current development in web technologies
  • Early adopters who want to know what the (near) future of CSS will look like
  • Anyone interested in CSS

Course content

8 sections • 43 lectures • 2h 43m total length

  • Preview02:34
  • Preview04:00

  • What is CSS Grid?
    03:52
  • Browser Support
    00:18
  • Quick & Easy Set-Up
    04:07
  • CSS Grid Terminology
    02:50

  • Preview01:21
  • Preview05:04
  • Defining the Grid: grid-template-rows & grid-template-columns
    05:32
  • Arranging Grid Items: grid-row-start/end & grid-column-start/end
    06:48
  • Spanning a Fixed Number of Rows or Columns: span
    02:28
  • Naming Grid Lines
    04:00
  • Defining Gutters: grid-row-gap & grid-column-gap
    02:21
  • Source-Order Independence: order
    03:15
  • Exercise Sheet 1: Apply What You Learned!
    00:11

  • Intro
    01:00
  • Preview03:36
  • Using Grid Areas: grid-template-area
    05:39
  • Repeating Rows and Columns: repeat()
    08:26
  • The fr Unit
    03:46
  • Defining Minimum and Maximum Sizes: minmax()
    03:12
  • Auto-Filling a Grid with Rows and Columns: repeat(auto-fill)
    04:20
  • repeat(auto-fit)
    04:49
  • Exercise Sheet 2: Apply What You Learned!
    00:12

  • Intro
    01:20
  • Justifying Items Horizontally: justify-items
    03:23
  • Preview01:17
  • Justifying the Container: justify-content
    06:18
  • Aligning the Container: align-content
    02:49
  • Overriding Alignments: justify-self & align-self
    04:41
  • Exercise Sheet 3: Apply What You Learned!
    00:12

  • Intro
    02:25
  • Preview06:25
  • Flow for the Implicit Grid: grid-auto-flow
    05:40
  • Shorthand When Using "grid"
    07:26
  • Exercise Sheet 4: Apply What You Learned!
    00:11

  • Intro
    01:03
  • Overlapping Grid Items
    05:53
  • Nested Grids
    06:18
  • CSS Grid and Absolute Positioning I
    10:11
  • CSS Grid and Absolute Positioning II
    05:46
  • Layout Prototyping
    08:41
  • Exercise Sheet 5: Do It Yourself!
    3 questions

  • Bonus: Reach Your Full Potential As A Software Developer
    00:15

Instructor

Peter Sommerhoff
Developer & Software Engineer - With 45,000+ Happy Students
Peter Sommerhoff
  • 4.5 Instructor Rating
  • 10,999 Reviews
  • 62,383 Students
  • 6 Courses

Hi, it's Peter, glad you made it here! If you're anything like me, you want to always keep learning, master new skills, and ultimately achieve your life goals -- whether that's a well-paying career, traveling the world, working from the comfort of your home, or sharing your expertise with and helping other people.

Does that sound like you? Then make sure to enroll in one my courses and learn about awesome programming languages, software design, productivity, or anything else you're interested in.

I feel honored for every student I have and will make sure you have a great learning experience. You can always ask me personally if you get stuck or have anything at all I can help you with.

So please check out my courses below and I'll see you there!

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.