PHP Classes

File: style.css

Recommend this page to a friend!
  Classes of Sebastian Potasiak   Separated Template   style.css   Download  
File: style.css
Role: Example script
Content type: text/plain
Description: Style file
Class: Separated Template
Process HTML templates using CSS classes
Author: By
Last change:
Date: 14 years ago
Size: 430 bytes
 

Contents

Class file image Download
#box
{
    width: 500px;
    margin: auto auto;
    padding: 20px;
    background-color: #eeeeee;
    font: normal 12pt normal Verdana,Tahoma,Arial;
}

.tit
{
    color: red;
    font: normal 18pt normal Verdana,Tahoma,Arial;
    text-align: center;
}

.each
{
    width: 400px;
    border: solid 2px black;
    margin: 10px auto 10px auto;
}

.header
{
    font: bold 14pt normal Verdana,Tahoma,Arial;
}