Content of the card
Content of the card but red
Blue with shadow
<button>Button</button>
<button disabled>Button</button>
<button class="selected">Button</button>
<button class="dark">Button</button>
<input type="text" />
<input type="text" placeholder="With a placeholder" />
<input type="text" value="Disabled" disabled />
<input type="password" />
<input type="checkbox" />
<input type="checkbox" checked />
<input type="checkbox" disabled />
<input type="radio" />
Content of the card
Content of the card but red
Blue with shadow