diff options
| -rw-r--r-- | assets/css/application.css | 5 | ||||
| -rw-r--r-- | assets/images/background.png | bin | 0 -> 2868 bytes |
2 files changed, 5 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..ca27373 --- /dev/null +++ b/assets/images/background.png |
