Kobi Hari my email: [email protected]
-
- Simple Selectors
- Attribute Selectors
- Combinator Selectors
- Psaudo Selectors
- Specifity
- Exercises
-
- Box model parts
- Sizing Units
- Displays
- Fun with Borders
- Margin Collapsing
- Box Sizing methods
- Exercises
-
- The flex box axes
- The flex Container
- Wrapping elements
- Sizing - Grow, Shrink and Basis
- Alignment
- The
order
property - Exercises
-
- Introduction to grid layout
- Grid container templates
- Line based placement
- Placement with line names
- Placement with grid template areas
- Grid auto placement and generation
- Alignment
- Exercises
-
- Media Queries
- Sizing functions
- Sizing constants
- Automatic row creation
- Introduction to Positioning
- Sticky position
- Exercises
-
- Object fit for images
- Introduction to CSS Variables
- The
@property
rule - The
calc
function - The
calc
function with custom properties - Cool tricks with
::before
and::after
- Gradients in CSS
- Exercises
-
- The
transform
property- The possible transforms:
scale
,translate
,rotate
andskew
- Combining the transformations
- Setting transform origin
- The possible transforms:
- The
transition
property- Setting global transition time
- Setting easing function
- Setting transition per property
- Setting delay for transition
- The
@keyframe
rule- Creating animation frames
- Setting
from
andto
- The
animation
property- Setting the animation name and delay
- Setting iteration count
- Setting fill mode
- The