Skip to content

Instantly share code, notes, and snippets.

@strack
Created November 7, 2012 19:28

Revisions

  1. strack created this gist Nov 7, 2012.
    22 changes: 22 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    /**
    * The first commented line is your dabblet’s title
    */
    body{
    background: #f06;
    background: linear-gradient(45deg, #f06, yellow);
    min-height: 100%;
    }
    .test{
    background-color: white;
    height:100px;
    border-radius:5px;
    width:100px;
    }

    .test:before{
    position:absolute;
    content:"";
    border:solid 1pt #333;
    width:100px;
    height:50px;
    }
    2 changes: 2 additions & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    <!-- content to be placed inside <body>…</body> -->
    <div class="test">test</div>
    1 change: 1 addition & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}