Skip to content

Instantly share code, notes, and snippets.

View flenczewski's full-sized avatar

Fabian Lenczewski flenczewski

View GitHub Profile
@curtismitchell
curtismitchell / calendar.htm
Created October 11, 2011 20:46
Html/JS/Css Calendar
<html>
<head>
<title>Calendar Test</title>
<style>
body { width: 320; height: 480; margin: 20, auto; }
#calWrapper { width: 100%; margin: 0 5; border: 1px solid #ccc; }
.dayCell { width: 40px; height: 40px; font-size: 11px; vertical-align: top; text-align: right; background-color: aliceblue;}
.dayHeader {
width: 40px;