diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-09-23 01:46:36 +0200 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-09-23 01:46:36 +0200 |
commit | c08f55039c80cbe84e2bfe50262d596b05f22fc4 (patch) | |
tree | 479f3155ec607fa5e0eeab903810aef063f63d34 /src-vue/src/style.css | |
parent | 089062ebd785aaf2b822baf183f116c9f23d4582 (diff) | |
download | FlightCore-c08f55039c80cbe84e2bfe50262d596b05f22fc4.tar.gz FlightCore-c08f55039c80cbe84e2bfe50262d596b05f22fc4.zip |
feat: add a container to display background images
Diffstat (limited to 'src-vue/src/style.css')
-rw-r--r-- | src-vue/src/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css index 60925395..c34981a8 100644 --- a/src-vue/src/style.css +++ b/src-vue/src/style.css @@ -1,3 +1,12 @@ body { margin: 0; +} + +#fc_bg__container { + background: url(/src/assets/wallpaperflare.com_wallpaper.jpg) center no-repeat; + background-size: cover; + height: 100%; + width: 100%; + position: fixed; + filter: brightness(0.8); }
\ No newline at end of file |