Skip to content

Instantly share code, notes, and snippets.

View boxedbystax's full-sized avatar

boxedbystax

  • Joined Oct 1, 2025
View GitHub Profile
@boxedbystax
boxedbystax / index.html
Created October 1, 2025 11:55
Xbox One Achievement in CSS (Regular and Rare)
<div class="content">
<div class="content-settings">
<h1>Xbox One Achievement</h1>
<input value="My First Pen" class="content-settings__input" id="a_title" placeholder="Achievement" type="text" />
<input value="100" class="content-settings__input" id="a_score" placeholder="Score" type="number" />
<div class="content-settings__check">
<input checked type="checkbox" id="a_rare" />
<label for="a_rare">
Rare
</label>
@boxedbystax
boxedbystax / index.html
Created October 1, 2025 11:11
Xbox One Achievement in CSS (Regular and Rare)
<div class="content">
<div class="content-settings">
<h1>Xbox One Achievement</h1>
<input value="My First Pen" class="content-settings__input" id="a_title" placeholder="Achievement" type="text" />
<input value="100" class="content-settings__input" id="a_score" placeholder="Score" type="number" />
<div class="content-settings__check">
<input checked type="checkbox" id="a_rare" />
<label for="a_rare">
Rare
</label>
@boxedbystax
boxedbystax / index.html
Created October 1, 2025 11:10
Xbox One Achievement in CSS (Regular and Rare)
<div class="content">
<div class="content-settings">
<h1>Xbox One Achievement</h1>
<input value="My First Pen" class="content-settings__input" id="a_title" placeholder="Achievement" type="text" />
<input value="100" class="content-settings__input" id="a_score" placeholder="Score" type="number" />
<div class="content-settings__check">
<input checked type="checkbox" id="a_rare" />
<label for="a_rare">
Rare
</label>