Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 19th, 2012  |  syntax: None  |  size: 0.97 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. body {
  2.         margin:0;
  3.         padding: 0;
  4.         font: 100%;
  5.         min-height: 100%;
  6.         }
  7.        
  8.         header, article, aside,
  9.         footer, nav { float: left }
  10.        
  11.         h1 {
  12.                 font: 1.9em/1.4em sans-serif;
  13.                 margin-bottom: 10px;
  14.                 diaply: block;
  15.                 }
  16.        
  17.         p {
  18.                 font: 1em/1.5em sans-serif;
  19.                 margin: 0
  20.                 }
  21.  
  22.         header {
  23.                 height: 150px;
  24.                 width: 100%;
  25.                 background: rgba(0,0,0,.6)
  26.                 }
  27.                
  28.         section {
  29.                 display: block;
  30.                 clear: left;
  31.                 }
  32.        
  33.                 aside {
  34.                         width: 20%;
  35.                
  36.                         text-align: center
  37.                         }
  38.                
  39.                         lubberofzelda {
  40.                                 height: 100px;
  41.                                 width: 100%;
  42.                        
  43.                                 display: inline-block;
  44.                                 }
  45.        
  46.                 article {
  47.                         width: 540px;
  48.                         background: white;
  49.                        
  50.                         padding: 15px;
  51.                         padding-left: 30px;
  52.                         box-sizing: border-box;
  53.                         }
  54.                 article > * {
  55.                         color: black;
  56.                         }
  57.                
  58.         footer {
  59.                 height: 100px;
  60.                 width: 20%;
  61.                 background: rgba(0,0,0,.8);
  62.                
  63.                 position: fixed;
  64.                 bottom: 0px;
  65.                
  66.                 color: white
  67.                 }
  68.                
  69.         lubberofzelda, footer {
  70.                 text-align: center;
  71.                 font: 1.2em/100px arial black
  72.                 }
  73.        
  74.         article, aside {
  75.                 height: 100%;
  76.                 padding-bottom: 100px;
  77.                 }