Skip to content

Instantly share code, notes, and snippets.

@kevinkatzke
kevinkatzke / gist:1989529
Created March 6, 2012 22:46
HTML: Starting Template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
@kevinkatzke
kevinkatzke / index.html
Created December 20, 2011 21:17
Change Football Team Logo and play around with CSS 3D Transformations
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>CSS</title>
<style>
body, html{
-webkit-perspective: 800;
height:100%;
font:10px/12px Arial, sant serif;