Advertisement
Guest User

Untitled

a guest
Apr 21st, 2010
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1.     body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,  
  2.     li, dl, dt, dd, form, a, fieldset, input, th, td  
  3.     {  
  4.     margin: 0; padding: 0; border: 0; outline: none;  
  5.     }
  6.  
  7.     input {
  8.         padding:0px 0px 0px 0px;
  9.        
  10.     }  
  11.     body  
  12.     {  
  13.     line-height: 1;  
  14.    font-size: 100% /* Decide for yourself if you want to include this. */;  
  15.    }  
  16.      
  17.    h1, h2, h3, h4, h5, h6  
  18.    {    
  19.    padding: .6em 0;  
  20.    margin: 0 15px;  
  21.    }  
  22.      
  23.    ul, ol  
  24.    {  
  25.    list-style: none;  
  26.    }  
  27.      
  28.    a  
  29.    {  
  30.    color: white;  
  31.    text-decoration: none;  
  32.    }  
  33.      
  34.    a:hover  
  35.    {  
  36.    text-decoration: underline;  
  37.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement