Skip to content

Instantly share code, notes, and snippets.

@dantz
Created October 22, 2013 10:02

Revisions

  1. dantz revised this gist Oct 22, 2013. No changes.
  2. dantz created this gist Oct 22, 2013.
    20 changes: 20 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    /**
    * The first commented line is your dabblet’s title
    */

    section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    }

    p {
    width: 70%;
    }

    img {
    position: absolute;
    left: 73%;
    top: 0;
    max-height: 100%;
    }
    7 changes: 7 additions & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <section>
    <h2>Konzeption</h2>
    <img src="http://vortrieb.net/sites/default/files/concept.png">
    <p>Bevor wir die praktische Arbeit anpacken, lassen wir unsere (und gerne auch Ihre) Köpfe qualmen. Als erstes brauchen wir einen Plan, was wir erreichen wollen, wie wir das anstellen und welche Eckdaten es gibt.</p>

    <p>Das gibt allen Beteiligten jederzeit Aufschluss über das „Warum“ und das „Wie“.</p>
    </section>
    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":"100","seethrough":"","prefixfree":"1","page":"all"}