Skip to content

Instantly share code, notes, and snippets.

@sken
sken / index.html
Last active October 27, 2025 18:51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yellow Box Alignment Animation</title>
<link rel="stylesheet" href="style.css">
<style>
/* Embedding CSS for quick demo (optional: typically use style.css) */
/* See the style.css section below for the complete CSS */
@sken
sken / index.html
Created November 23, 2012 14:15
A CodePen by AndyTheGiant. canvasteroids - this is asteroids. on a canvas.
<header>
canvasteroids
</header>
<canvas id = "canvas" width="600" height ="400"></canvas>
<footer>
<a href="http://andymensional.com/">andy lindemann</a> 2012
</footer>