selkit

Pixel perfect CSS for Minecraft websites.


Examples

Buttons
<button>Button</button>
<button disabled>Button</button>
<button class="selected">Button</button>
<button class="dark">Button</button>
Inputs
<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" />
Cards
Title of the card

Content of the card

Content of the card but red

Blue with shadow

Title of the card
Content of the card
Dropdown
Select
Range