diff --git a/kevin_powell_defaults.css b/kevin_powell_defaults.css index 5a2c176a..0a89c196 100644 --- a/kevin_powell_defaults.css +++ b/kevin_powell_defaults.css @@ -38,3 +38,14 @@ input, textarea { min-width: 0; } + +/* background image specific, courtesy wittcode*/ +/* +body { + background-image: url("background_image.png"); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: center; + background-size: cover; +} +*/ diff --git a/scripts/kcss b/scripts/kcss index 7fcab8aa..ca475e63 100755 --- a/scripts/kcss +++ b/scripts/kcss @@ -33,4 +33,15 @@ input, textarea { min-width: 0; } + +/* background image specific, courtesy wittcode*/ +/* +body { + background-image: url("background_image.png"); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: center; + background-size: cover; +} +*/ EOM \ No newline at end of file