David Nguyeneplus.dev·Jul 22, 2024Targeted CSSLearner Instructions Step 1: Add padding of 10px to the section class .section { padding: 10px; } Step 2: Change the weight of the font to bold for the label class .label { font-weight: bold; } Step 3: For the description class, change st...Frontend DeveloperTargeted CSS