Login   Register  
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nguru Mugendi  >  Text Reveal  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: styles file
Class: Text Reveal
Expands element as the user drags the mouse over
Author: By
Last change:
Date: 2012-07-28 16:01
Size: 488 bytes
 

Contents

Class file image Download
html{
    width: 100%;
}
body{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    
    background: url(bg.gif) fixed;
    font: 100%/130% "Segoe UI",Arial,Verdana,Tahoma,sans-serif;
    
    width: 980px;
    margin: 0 auto;
}

#text{
    font-size: 16px;
    width:700px;
    margin:0 auto;
    border: 3px solid #333;
    padding: 10px;
}

p{
}
.more-text{
    padding:2px 10px;
    font-size:12px;
    text-transform: uppercase;
}
#debug{
    height: 50px;
}