Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyCSSmargin paddingSingle-choice MCQ

A button has only `padding: 12px 20px;` set, no `width`. What does the second value (20px) control?

button { padding: 12px 20px; }