🠔

V1.1 simple-bg.css

Description

This CSS snippet will allow you to customize your background.
This will automatically inherit bg-fix.css.

Features

Sceenshots

Screenshot - Background

Before Before
After After

Installation

Quick Setup

Add @import url("https://anzuftnw.github.io/files/simple-bg.css"); into the custom css box inside your app setting.

tutorial image

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;
}
tutorial image

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