ABSOLUTE UNITS (FIXED)
px (Pixels) — MOST COMMON
.box {
width: 200px;
}
1px = 1 screen pixel
Use when:
- Borders
- Small fixed elements
- Icons
Problem:
Not responsive
Other Absolute Units (Rare)
.box {
width: 200px;
}
1px = 1 screen pixel
Not responsive
Other Absolute Units (Rare)