❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 18th, 2023]
This course, Mastering CSS Grid, is designed to help front-end developers and designers create advanced web pages layouts with ease. It covers the CSS grid terminology, properties, and functions, as well as how to apply them in a real project. Through the course, learners will gain an understanding of grid display properties, grid-template-columns and rows, grid units, grid-gap, grid-auto-flow, explicit and implicit lines, naming the grid lines, the repeat and minmax functions, ways of positioning the grid items, grid items overlapping, and grid alignments. Each property is explained through practice, with an exercise file for each video. By the end of the course, learners will have the skills to create any advanced web page layout with CSS grid.
Course Syllabus
Introduction
Intro to CSS Grid
CSS Grid container properties
CSS Grid items properties
CSS Grid alignments
Project