Targeted CSS
Learner 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...