diff options
Diffstat (limited to 'protoype/public/stylesheets')
-rw-r--r-- | protoype/public/stylesheets/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protoype/public/stylesheets/style.css b/protoype/public/stylesheets/style.css new file mode 100644 index 0000000..c4dfff7 --- /dev/null +++ b/protoype/public/stylesheets/style.css @@ -0,0 +1,9 @@ +body { + padding: 50px; + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; +} + +a { + color: #00B7FF; +} + |