The code for style.css is: @charset "utf-8"; /* sty.css */ #radio input[type="radio"]:checked+label, #radio input[type="checkbox"]:checked+label { background-color: blue; color: white; }