Correcting teacher:PHPz
Correction status:qualified
Teacher's comments:代码使用代码块包裹, 并且一个作业只需要一篇文章
{
fieldset :focus {
background-color: lightgreen;
transition: 0.4s;
}
input[type=’checkbox’]:checked + label{
color: red;
}
button :hover {
cursor: pointer;
opacity: 0.8s;
}
input:default {
box-shadow: 0 0 5px 5px coral;
}
}