diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 19:10:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 19:10:09 +0200 |
commit | 85b4e3dc56fcec1c751858f70d17f4d4e483e1bf (patch) | |
tree | dfafd7e20c4e5487d2ed5f369fc199144cc6c75d /css | |
parent | Added the projects welcome page (diff) | |
download | joe-www-85b4e3dc56fcec1c751858f70d17f4d4e483e1bf.tar.gz joe-www-85b4e3dc56fcec1c751858f70d17f4d4e483e1bf.tar.bz2 joe-www-85b4e3dc56fcec1c751858f70d17f4d4e483e1bf.tar.xz joe-www-85b4e3dc56fcec1c751858f70d17f4d4e483e1bf.tar.zst joe-www-85b4e3dc56fcec1c751858f70d17f4d4e483e1bf.zip |
Project restructure, subdir content inclusion
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/site.css b/css/site.css index 2632e1e..95f37fc 100644 --- a/css/site.css +++ b/css/site.css @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* File : classic-contents.inc.php /_________/ */ +/* Authors : Joe | */ +/* Date : 06/2020 | */ +/* Info : Functions for contents on every page | */ +/* / | */ +/* \ / */ +/* \_____/ */ +/* */ +/* ************************************************************************** */ + body { margin: 0 auto; width: 100%; |