From dcfd60b6810082cfbbfad17a6ed3e383578842bc Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Tue, 19 Mar 2013 05:36:53 -0400 Subject: initialized express project --- public/stylesheets/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public/stylesheets/style.css (limited to 'public/stylesheets') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css new file mode 100644 index 0000000..30e047d --- /dev/null +++ b/public/stylesheets/style.css @@ -0,0 +1,8 @@ +body { + padding: 50px; + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; +} + +a { + color: #00B7FF; +} \ No newline at end of file -- cgit v1.2.3