Return to Snippet

Revision: 37203
at December 6, 2010 04:43 by ichnoweb


Initial Code
html
        { background: #a70d0f; }

    body
        { width: 500px;
          margin: 20px auto;
          padding: 20px;
          border: 1px solid black;
          background: #f9ddb5;
          min-height: 100%; }

Initial URL
http://www.webkrauts.de/2010/12/04/zentrieren-ohne-zusaetzliches-markup/

Initial Description


Initial Title
Centered Layout without wrapping

Initial Tags
html

Initial Language
CSS