john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

css example

CSS Definitions example

body{    
    letter-spacing: 1px;

    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    color: #666464;    
}


p2 {
    color: #FF6600;
}

a:link{ color: #FF6600 }
a:visited{ color: #FF6600 }


#container {
   min-height:100%;
   position:relative;
}

#navigation {
top: 10px;
left: 10px;
z-index: 20;
position: absolute;
}


#contents {
top: 40px;
left: 2%;
width: 47%;
z-index: 20;
position: relative;
}


#IDSphoto {
top: 20px;
left: 50%;
z-index: 10;
position:absolute;
}


#entryform {
top: 60px;
left: 2%;
width: 35%;
z-index: 20;
position: relative;
}


#footer {
text-align: center;
bottom: 0px;
z-index: 20;
position: relative;

}

  • « css html notes
  • dns lookup using dig »

Published

Feb 6, 2010

Category

css

~75 words

Tags

  • css 19
  • example 36