🌐 Web (HTML & CSS)
CSS: Units (px, em, rem, %)
px is pixels (fixed). em is relative to the element's font size. rem is relative to the root font size. % is percentage of the parent. Use rem for scalable typography.
3 min 10 XP Lesson 16 of 26

px is pixels (fixed). em is relative to the element's font size. rem is relative to the root font size. % is percentage of the parent. Use rem for scalable typography.
