HTeuMeuLeu’s avatarHTeuMeuLeu’s Twitter Archive—№ 18,114

  1. CSS Quiz! In a browser with a 16px default font size, the following breakpoint value is… html { font-size: 10px; } body { font-size: 14px; } @Media (max-width: 60rem) { body { background: rebeccapurple; } }