parallax manual

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

View File

@@ -10,7 +10,7 @@ git submodule add https://git.seemsleg.it/ef/css-func-lib css
<script src="/cssjs/form.js"></script>
```
#Dropzone
# Dropzone
```
<form action="/upload" class="dropzone needsclick dz-clickable" id="demo-upload">
<div class="dz-message needsclick">
@@ -19,3 +19,12 @@ git submodule add https://git.seemsleg.it/ef/css-func-lib css
</div>
</form>
```
# Parallax
```
<link rel="stylesheet" href="/css/parallax.css">
...
<div class="parallax" style="background-image: url(img);">&nbsp;</div>
```