Skip to content

Instantly share code, notes, and snippets.

@bertobox
Created August 20, 2014 09:46

Revisions

  1. bertobox revised this gist Aug 20, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dabblet.css
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    /**
    * The first commented line is your dabblet’s title
    * 2014DW Ejercicio 1 - por Robert Valencia
    */


  2. bertobox created this gist Aug 20, 2014.
    13 changes: 13 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    /**
    * The first commented line is your dabblet’s title
    */


    h1{
    font-family:Avenir;
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing:.1em;
    color:red;
    font-size:3em;
    }
    3 changes: 3 additions & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    <h1>hola a todos</h1>

    <!-- content to be placed inside <body>…</body> -->
    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"}