From 47215a88acb2b4a612b6916f2f7b7a7660770c36 Mon Sep 17 00:00:00 2001 From: Sean Fridman Date: Wed, 8 Apr 2015 19:52:04 -0400 Subject: Update example --- examples/public/css/main.css | 19 ++++++++++++++++++- examples/public/images/brown046.jpg | Bin 0 -> 5108 bytes 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 examples/public/images/brown046.jpg (limited to 'examples/public') diff --git a/examples/public/css/main.css b/examples/public/css/main.css index 55f8e3b..92b2ee7 100644 --- a/examples/public/css/main.css +++ b/examples/public/css/main.css @@ -1 +1,18 @@ -/** woo doggy! **/ +html, body { + margin: 0; + passing: 0; + font-family: "Georgia", sans-serif; +} + +body { + background-image: url(../images/brown046.jpg); +} + +h1, h2, h3 { + color: rgb(12, 145, 14); +} + +.container { + padding: 2em; + background-color: rgba(255, 255, 255, 0.5); +} diff --git a/examples/public/images/brown046.jpg b/examples/public/images/brown046.jpg new file mode 100644 index 0000000..4b86003 Binary files /dev/null and b/examples/public/images/brown046.jpg differ -- cgit v1.2.3-70-g09d2