This commit is contained in:
home
2020-03-06 22:16:21 +01:00
parent 8563c3e43d
commit 6d390348d7

View File

@@ -1,4 +1,6 @@
# css\_func\_lib
## install
```
git submodule add https://git.seemsleg.it/ef/css-func-lib css
@@ -10,7 +12,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">
@@ -20,7 +22,7 @@ git submodule add https://git.seemsleg.it/ef/css-func-lib css
</form>
```
# Parallax
## Parallax
```
<link rel="stylesheet" href="/css/parallax.css">