reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

15 : Layout

Building Blocks


CSS and HTML element are be in boxs. This box wil be a block-level box or an inline box.

inline and block

Block-level elements start on a new line

  • Examples include:
    • <h1> <p> <ul> <li>

Inline elements flow in between surrounding text

  • Examples include:
    • <img> <b> <i>

Screen Sizes

 Screen Sizes

Screen Resolution

Resolution

Fixed Width Layouts

Liquid Layouts