diff options
author | Jed Barber <jjbarber@y7mail.com> | 2016-12-30 22:42:39 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2016-12-30 22:42:39 +1100 |
commit | 1ded97cca520f8cddf0f61dad76298243156639f (patch) | |
tree | 70f12def25048a664fc84cde64c173195b638d08 /project/assets |
Initial commit
Diffstat (limited to 'project/assets')
-rw-r--r-- | project/assets/css/default.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/assets/css/default.css b/project/assets/css/default.css new file mode 100644 index 0000000..a56111e --- /dev/null +++ b/project/assets/css/default.css @@ -0,0 +1,8 @@ + + +body { + margin:1em auto; + max-width:40em; + font:1.2em/1.62em sans-serif; +} + |