diff options
| author | cflem <carson.fl3ming@gmail.com> | 2017-01-21 16:46:59 -0500 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2017-01-21 16:46:59 -0500 |
| commit | a17c35d61bcca213a810ba4abea896075647df66 (patch) | |
| tree | f3b8da3ff97791b0c0c1b28f519cd23bdb72ded5 /css | |
| parent | 1e969333228597382b1229d4e813629f884c698d (diff) | |
| download | bulletin-a17c35d61bcca213a810ba4abea896075647df66.tar.gz | |
Created ad responses
Diffstat (limited to 'css')
| -rw-r--r-- | css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css index a6a8672..466fad4 100644 --- a/css/main.css +++ b/css/main.css @@ -8,10 +8,10 @@ } body { - background-image: linear-gradient(135deg, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0)), + background-image: linear-gradient(to bottom right, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0)), url('../img/3.jpg'); background-size: cover; - background-repeat: no-repeat; + background-repeat: repeat-y; background-attachment: fixed; } #headerbar { |
