Guides
Write-ups on specific problems I've solved, with implementation details and CSS/JS workarounds that didn't fit anywhere else.
Mobile Overlay Header: Implementation Guide
A header that collapses into an expandable overlay on mobile and renders as full static bar on desktop (1200px+).
CSS
JavaScript
Bootstrap
Font Awesome 4: Icon Override Guide
Override Font Awesome 4 icon rendering using CSS only, with no extra markup required.
CSS
Single-Player Pong: Implementation Guide
A very basic single-player Pong game built with HTML5 Canvas and vanilla JavaScript, covering paddle movement, ball physics, and simple scoring.
JavaScript
Canvas
Game Dev
CSS Flexbox: Interactive Guide
Drag up to six boxes around a live flex container and watch the generated CSS, including each item's order property, update in real time.
CSS
Interactive