Skip to content

Instantly share code, notes, and snippets.

@davidcl64
davidcl64 / index.html
Last active December 20, 2015 04:49
A stripped down example of a slide over to display menu
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<!-- Needed to get IE into standards mode -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<style>
html, body { margin: 0; border: 0; padding: 0; }
@davidcl64
davidcl64 / dabblet.css
Created May 9, 2012 21:16
A "deeper" indented text effect with the :before and :after pseudo-elements.
/**
* A "deeper" indented text effect with the :before and :after pseudo-elements.
*/
html, body {
height: 100%;
}
body {
margin: 0;