add gid.css und doku
This commit is contained in:
13
README.md
13
README.md
@@ -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>
|
||||
```
|
||||
Reference in New Issue
Block a user