add gid.css und doku

This commit is contained in:
troy
2021-08-07 22:13:50 +02:00
parent 74b8e3186e
commit 2b27dd037b
2 changed files with 30 additions and 0 deletions

View File

@@ -215,4 +215,17 @@ Heading
```
<script src="/cssjs/feedback.js">
... onclick="return ajaxFeedback(this,'ajax.php','margin-top:300px;');" ...
```
## grid divs in mehreren reihen
```
<link href="/cssjs/grid.css" rel="stylesheet">
...
<div class="grid-container">
<section>...</section>
<section>...</section>
<section>...</section>
</div>
```