diff --git a/css/main.css b/css/main.css index cc8bc47..b18ca6a 100644 --- a/css/main.css +++ b/css/main.css @@ -2,7 +2,7 @@ body { font-family: helvetica, arial, clean, sans-serif; font-size: 14px; color: #000; - background-color: #E0E0E0; + background: #E0E0E0 url("/images/background.png") repeat top left; } .color-highlight { diff --git a/images/background.png b/images/background.png new file mode 100644 index 0000000..ae77fc8 Binary files /dev/null and b/images/background.png differ