summaryrefslogtreecommitdiff
path: root/examples/public
diff options
context:
space:
mode:
Diffstat (limited to 'examples/public')
-rw-r--r--examples/public/css/main.css19
-rw-r--r--examples/public/images/brown046.jpgbin0 -> 5108 bytes
2 files changed, 18 insertions, 1 deletions
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
--- /dev/null
+++ b/examples/public/images/brown046.jpg
Binary files differ