Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2014 09:11

Revisions

  1. @invalid-email-address Anonymous created this gist Jul 4, 2014.
    18 changes: 18 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    .wrapper {
    width: 300px;
    margin-left: .5em;
    }

    .wrapper2 {
    display: inline-block;
    text-align: center;
    margin-left: .5em;
    }

    .dumb {
    font-size: 1.2em;
    color: white;
    background: #3A44BE;
    padding: .1em 0 .1em 0;
    box-shadow:0.5em 0 #3A44BE,-0.5em 0 #3A44BE,0.5em 0.2em #FFE000,-0.5em 0.2em #FFE000;
    }
    8 changes: 8 additions & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    <div class="wrapper">
    <span class="dumb">Some text with line break and underlined</span>
    </div>
    <br>
    <div class="wrapper2">
    <span class="dumb">Some text with<br>line break and underlined</span>
    </div>
    <br>
    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"}