Reading_Notes

View the Project on GitHub Hiba-Almade/Reading_Notes

CSS Layout:

Layout Types:

Pages can be fixed width or liquid (stretchy) layouts >> So let’s discuss CSS layout types: fixed (sometimes referred to as static), elastic, and fluid (sometimes referred to as liquid).


we used <div> to containing elements to group together sections of a page.

Browsers display pages in normal flow unless you specify relative, absolute, or fixed positioning.

The float property moves content to the left or right of the page and can be used to create multi-column layouts..

layout