From 1b237d69dbc309e59fe49a823ad868ac726e9cb2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 10 Nov 2013 04:03:36 -0500 Subject: Add background --- assets/css/application.css | 5 +++++ assets/images/background.png | Bin 0 -> 2868 bytes 2 files changed, 5 insertions(+) create mode 100644 assets/images/background.png (limited to 'assets') diff --git a/assets/css/application.css b/assets/css/application.css index 255ff68..c2c8aee 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -1,6 +1,11 @@ /* Application */ /* General global styles */ +body { + background: url('../images/background.png') repeat; +} + + #samples { margin: 3em 2em; } \ No newline at end of file diff --git a/assets/images/background.png b/assets/images/background.png new file mode 100644 index 0000000..ca27373 Binary files /dev/null and b/assets/images/background.png differ -- cgit v1.2.3