Skip to content

Instantly share code, notes, and snippets.

@97997
97997 / calendar.html
Last active November 22, 2017 19:15
Basic HTML/CSS for a calendar using a table layout.
<!doctype html>
<html>
<head>
<title>Calendario | Ecab |</title>
<meta charset="utf-8">
<!-- // Por Ao Kin Ecab Gutiérrez González L. -->
<style>
body {
line-height: 1;
margin: 50px;