parallax manual

This commit is contained in:
ef
2020-03-05 18:28:04 +01:00
parent 15c4a57d04
commit 8563c3e43d

View File

@@ -19,3 +19,12 @@ git submodule add https://git.seemsleg.it/ef/css-func-lib css
</div> </div>
</form> </form>
``` ```
# Parallax
```
<link rel="stylesheet" href="/css/parallax.css">
...
<div class="parallax" style="background-image: url(img);">&nbsp;</div>
```