diff --git a/web/css/kekrozsak_front.css b/web/css/kekrozsak_front.css index 3580d49..211b3a0 100644 --- a/web/css/kekrozsak_front.css +++ b/web/css/kekrozsak_front.css @@ -6,6 +6,10 @@ body { margin: 15px 0 0 0; background-color: black; + background-image: url('../images/rose_bg.png'); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: right bottom; } #wrapper { diff --git a/web/images/rose_bg.png b/web/images/rose_bg.png new file mode 100644 index 0000000..d77217d Binary files /dev/null and b/web/images/rose_bg.png differ