Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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

Revisions

  1. oksushi revised this gist Dec 13, 2012. 2 changed files with 4 additions and 1 deletion.
    1 change: 1 addition & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -17,4 +17,5 @@ div div {
    width: 100px;
    height:100px;
    background:hotpink;
    vertical-align: bottom;
    }
    4 changes: 3 additions & 1 deletion dabblet.html
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    <div><div></div></div>
    <div>
    <div></div>
    </div>
  2. oksushi revised this gist Dec 13, 2012. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -1,3 +1 @@
    <div>
    <div></div>
    </div>
    <div><div></div></div>
  3. @invalid-email-address Anonymous created this gist Dec 13, 2012.
    20 changes: 20 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    * {
    margin: 0;
    padding: 0;
    }
    body: {
    margin: 0;
    padding: 0;
    }
    div {
    border: 2px solid;
    width: 80%;
    text-align:center;
    }
    div div {
    display:inline-block;
    border: 0px solid;
    width: 100px;
    height:100px;
    background:hotpink;
    }
    3 changes: 3 additions & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    <div>
    <div></div>
    </div>
    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"}