-
Book Overview & Buying
-
Table Of Contents
CSS - The Complete Guide (incl. Flexbox, Grid and Sass)
By :
CSS - The Complete Guide (incl. Flexbox, Grid and Sass)
By:
Overview of this book
Every web developer has to know CSS. CSS, short for Cascading Style Sheets, is a "programming language" you use to turn your raw HTML pages into a really beautiful website. This course covers it all. We start at the very basics and gradually dive in deeper and deeper. We do this by showing you both practical examples and the theory behind them.
Getting started with CSS might look easy, but there actually is a lot of depth to CSS, so this course provides different "Tracks" or "Entry points" to exactly meet your demands and reflect your current knowledge level:
• The Basics Track: Start from scratch and learn CSS from the ground up. You start with lecture 1 and simply follow through to the end.
• The Advanced Track: You already know the CSS basics, you know what selectors are and how it works, but you want to dive in deeper and learn some advanced features and usages.
• The Expert Track: You got the advanced knowledge, too, but you want to dive into things like Flexbox, CSS Grid, CSS Variables, or Sass. This track is for you.
In the course project, we'll build the front end (no back end) of a fictional web hosting company. We'll have a starting screen with different sections, a responsive design with an animated side-drawer, modals and forms, and lot of CSS animations, font styles, and more!
All the code and supporting files for this course are available at:https://github.com/PacktPublishing/CSS---The-Complete-Guide-incl.-Flexbox-Grid-and-Sass-/tree/master
Table of Contents (19 chapters)
Getting Started
Diving Into the Basics of CSS
Diving Deeper into CSS
More on Selectors & CSS Features
Practicing the Basics
Positioning Elements with CSS
Understanding Background Images & Images
Sizes & Units
Working with JavaScript & CSS
Making our Website Responsive
Adding & Styling Forms
Working with Text and Fonts
Adding Flexbox to our Project
Using the CSS Grid
Transforming Elements with CSS Transforms
Transitions & Animations in CSS
Writing Future-Proof CSS Code
Introducing Sass (Syntactically Awesome Style Sheets)
Course Roundup