V1.1
simple-bg.css
Description
This CSS snippet will allow you to customize your background.
This will automatically inherit
bg-fix.css
.
Features
- Adds the ability to customize your background
Sceenshots
Screenshot
- Background
Installation
Quick Setup
Add
@import
url("https://anzuftnw.github.io/files/simple-bg.css");
into the custom css box inside your app setting.
Then add the following code below it, change the options to your liking and press submit:
Some Help if needed.
/* settings */
:root {
/* simple-bg settings */
--bg-img: url("imglink");
--bg-clr: unset;
--bg-scr: fixed;
--bg-pos: center;
--bg-rpt: no-repeat;
--bg-sze: cover;
}
Customize
If you want more freedom and disable or modify some of the things this
code snippet does you probably already know how to do so. Copy the contents
of
simple-bg.css
into your custom css box or a seperat file and get started.
Changelog
2021/08/03
- Version 1.0
- Initial release
2021/11/06
- Version 1.1
- Organizatory restructure
- Added single color background support