Skip to content

Instantly share code, notes, and snippets.

View meltedlilacs's full-sized avatar
🏳️‍🌈
Being gay

Lilac meltedlilacs

🏳️‍🌈
Being gay
View GitHub Profile
@meltedlilacs
meltedlilacs / HTML5 Skeleton template.html
Last active February 22, 2017 17:28 — forked from rtuin/HTML5 Skeleton template.html
My basic html5 document, every time. with starting css
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<title></title>
<link href="style.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
@meltedlilacs
meltedlilacs / checkbox.css
Last active December 27, 2015 08:39 — forked from chriscoyier/dabblet.css
Checkbox Hack
/* Checkbox Hack */
input[type=checkbox] {
display: none;
}
label {
cursor: pointer;
}
/* Default State */