Skip to content

Instantly share code, notes, and snippets.

@waynegraham
Forked from jeremyboggs/structure.html
Created September 25, 2012 15:26

Revisions

  1. Wayne Graham revised this gist Sep 25, 2012. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions structure.html
    Original file line number Diff line number Diff line change
    @@ -16,6 +16,10 @@
    </header>

    <div id="primary">
    <p>Bacon ipsum dolor sit amet bacon pork belly salami short ribs cow, shank boudin bresaola. Fatback venison corned beef, chicken boudin biltong pork loin short ribs pork chop cow t-bone leberkas spare ribs meatball. Salami tongue pig filet mignon pork spare ribs kielbasa shank. Ribeye pastrami meatloaf ground round brisket tri-tip fatback tongue ball tip prosciutto frankfurter short loin. Shoulder shank ball tip, tail sirloin drumstick chicken fatback bresaola frankfurter short ribs leberkas t-bone pork chop. Chuck frankfurter sirloin leberkas prosciutto fatback pork belly pig spare ribs jowl filet mignon. Fatback pancetta turducken cow short loin ribeye tenderloin.</p>

    <p>Bresaola biltong swine, andouille salami jowl chuck beef frankfurter tongue ham kielbasa meatloaf. Shoulder pork belly kielbasa rump chuck bacon. Tenderloin prosciutto shoulder meatball beef ribs spare ribs chicken capicola chuck t-bone cow short ribs meatloaf shank. Turducken andouille turkey bresaola.</p>


    </div>

  2. Jeremy Boggs created this gist Sep 25, 2012.
    30 changes: 30 additions & 0 deletions structure.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,30 @@
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">

    <title>CSS Layout</title>

    <style type="text/css" media="screen">

    </style>

    </head>
    <body>
    <header role="banner">

    </header>

    <div id="primary">

    </div>

    <div id="secondary">

    </div>

    <footer role="contentinfo">

    </footer>
    </body>
    </html>