Skip to content

Instantly share code, notes, and snippets.

View birtles's full-sized avatar

Brian Birtles birtles

View GitHub Profile
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test</title>
<style>
body, html {
padding: 0;
margin: 0;
height: 100%;
overflow: hidden;
@birtles
birtles / dabblet.css
Created November 16, 2012 12:13
Untitled
table {
border-collapse: collapse;
}
td {
border: 2px solid black;
padding: 0.5em;
color: black;
min-width: 50px;
height: 30px;
cursor: pointer;
@birtles
birtles / dabblet.css
Created October 26, 2012 05:44
Tokyo by bike
/*
* Tokyo by bike
*/
html {
background: url(http://people.mozilla.org/~bbirtles/soi/yakei.jpg);
background-size: cover;
}
body {
border: 1px solid black;
border-radius: 35px;
@birtles
birtles / dabblet.css
Created October 11, 2012 23:05
HTML5 Workshop Survey
/**
* HTML5 Workshop Survey
*/
/* Here is some CSS to get your started */
input {
margin: 0 1em;
}
label {
display: inline-block;
@birtles
birtles / dabblet.css
Created September 30, 2012 23:41
HTML5 Workshop Survey
/**
* HTML5 Workshop Survey
*/
/* Here is some CSS to get your started */
input {
margin: 0 1em;
}
label {
display: inline-block;
@birtles
birtles / dabblet.css
Created September 29, 2012 15:15
Very Vegemite restaurant reservation
/**
* Very Vegemite restaurant reservation
*/
body {
font-size: 20px;
font-family: sans-serif;
}
input {
font-size: 1.1em;
@birtles
birtles / dabblet.css
Created September 29, 2012 12:52 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/