CSS DISPLAY PROPERTY
display?
👉 It defines how an element behaves in layout
- Does it take full width?
- Can it sit next to others?
- Can you set width/height?
BASIC IDEA
Every HTML element is a box, and display decides:
👉 How that box is placed on the page