Skip to content

Instantly share code, notes, and snippets.

@oksushi
Forked from anonymous/dabblet.css
Created December 13, 2012 04:08
Show Gist options
  • Select an option

  • Save oksushi/4273933 to your computer and use it in GitHub Desktop.

Select an option

Save oksushi/4273933 to your computer and use it in GitHub Desktop.

Revisions

  1. oksushi revised this gist Dec 13, 2012. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -4,8 +4,6 @@
    }
    body {
    background-color:#888;
    margin-top: 10px;
    padding: 4px;
    vertical-align:top;
    }
    div#header,
  2. @invalid-email-address Anonymous created this gist Dec 13, 2012.
    38 changes: 38 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    * {
    margin: 0px;
    padding: 0px;
    }
    body {
    background-color:#888;
    margin-top: 10px;
    padding: 4px;
    vertical-align:top;
    }
    div#header,
    div#content,
    div#footer {
    width: 75%;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    vertical-align: bottom;
    padding:4px;
    }
    div#header {
    background:#aaa;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    }
    div#content {
    background:#bbb;
    border-left: 1px solid;
    border-right: 1px solid;
    min-height:400px;
    }
    div#footer {
    background:#aaa;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    }
    7 changes: 7 additions & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <html>
    <body>
    <div id="header">Header</div>
    <div id="content">CONTENT</div>
    <div id="footer">Footer</div>
    </body>
    </html>
    1 change: 1 addition & 0 deletions dabblet.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // alert('Hello world!');
    1 change: 1 addition & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"view":"split","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"}