mirror of http://localhost:9400/cloud/cms
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.6 KiB
CSS
82 lines
1.6 KiB
CSS
2 years ago
|
/***
|
||
|
The basic structure of a site is as follows :
|
||
|
- header
|
||
|
- footer footer with the author ...
|
||
|
- menu main ways in which the site articulates itself (features)
|
||
|
- info area where there are miscellaneous links or text
|
||
|
*/
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
body {
|
||
|
font-size:16px;
|
||
|
font-family: sans-serif;
|
||
|
font-weight:lighter;
|
||
|
}
|
||
|
|