Layout
- Controls the position of your elements
- DIV can be used to set up smaller sections within your main areas to show content
- You can adjust the visuals you intent to show for various screen sizes
- Spacing and padding can adjust where the info is laid out visually for the user
- The flow dictats where the information goes on the page
- after setting a basic flow further code can be used to adjust its positon, size, and color
- Fixed layouts do not changed based on screen size and only show what is visable by the pixels on the screen
- Liquid layouts adjust to resolution
BACK TO HOME