Design a Feature Selection Page

<meta charset="UTF-8" />

<title>Feature Selection</title>

<link rel="stylesheet" href="styles.css">
<h1>Feature Selection</h1>



<div class="feature-card-container">

  <label class="feature-card">

    <input type="checkbox"> Dark Mode

     <span class="checkmark">✓</span>

  </label>

  <label class="feature-card">

    <input type="checkbox"> Light Mode

  </label>

</div>

Hi. Can you post the url of the challenge please.

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!