Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 360 | f9daq | 1 | html, | 
        
| 2 | body { | 
        ||
| 3 | width: 100%;  | 
        ||
| 4 | height: 100%;  | 
        ||
| 5 | } | 
        ||
| 6 | |||
| 7 | body { | 
        ||
| 8 | color: #cdcccc;  | 
        ||
| 9 | overflow: auto;  | 
        ||
| 10 | margin: 0;  | 
        ||
| 11 | } | 
        ||
| 12 | |||
| 13 | #content {  | 
        ||
| 14 | width: 500px;  | 
        ||
| 15 | height: 250px;  | 
        ||
| 16 | margin: 0 auto;  | 
        ||
| 17 | background-color: #333333;  | 
        ||
| 18 | text-align: center;  | 
        ||
| 19 | } | 
        ||
| 20 | |||
| 21 | #hello_message {  | 
        ||
| 22 | padding-top: 20px;  | 
        ||
| 23 | margin-bottom: 20px;  | 
        ||
| 24 | } |