Given the following CSS and HTML codes below, how could you apply the success class to the feedback div?
.success {
color: green;
background: #ddffdd;
}
<div class="feedback">Thank you for answering this survey.</div>
Given the following CSS and HTML codes below, how could you apply the success class to the feedback div?
.success {
color: green;
background: #ddffdd;
}
<div class="feedback">Thank you for answering this survey.</div>