HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <ul><li>Theory</li>
1 <ul><li>Theory</li>
2 <li>Theory</li>
2 <li>Theory</li>
3 <li>Comments</li>
3 <li>Comments</li>
4 </ul><h2>Radio buttons, step 2</h2>
4 </ul><h2>Radio buttons, step 2</h2>
5 <p>We have laid out the groundwork for our radio buttons. Now let’s figure out how to select them.</p>
5 <p>We have laid out the groundwork for our radio buttons. Now let’s figure out how to select them.</p>
6 <p>We will use the label::after label pseudo-element as a “selection element.”</p>
6 <p>We will use the label::after label pseudo-element as a “selection element.”</p>
7 <p>Assign a width, height, and color to label::after, and let’s slightly enlarge it with a transformation.</p>
7 <p>Assign a width, height, and color to label::after, and let’s slightly enlarge it with a transformation.</p>
8 <h2>Comments</h2>
8 <h2>Comments</h2>