Computer Science - Web Development - CSS basics - CSS Property Match
Match what you want to achieve with the CSS property. 10 pairs. 'Change text color' ↔ 'color: blue'. 'Add space inside element' ↔ 'padding: 20px'. 'Add space outside element' ↔ 'margin: 20px'. 'Round the corners' ↔ 'border-radius: 8px'. 'Center items horizontally in flex' ↔ 'justify-content: center'