View on GitHub

reading-notes

Layout

Controlling the position of elements:

The position property specifies the type of positioning method used for an element (static, relative, absolute, fixed, or sticky).

absolute

More position and description:

des

Floating Elements

The float property specifies how an element should float.

left

all

Layout Grids

The CSS Grid Layout Module offers a grid-based layout system, with rows and columns, making it easier to design web pages without having to use floats and positioning.

layout

Example OF Layout Grid:

table

Grids help create professional and flexible designs.

CSS Frameworks provide rules for common tasks.