small example

This commit is contained in:
fruitstaa 2018-11-03 11:27:13 +01:00
parent 07fe15952a
commit 23d613ba0f
2 changed files with 29 additions and 1 deletions

View file

@ -129,4 +129,16 @@ table#t01 th {
th {
text-align: left;
border-bottom: 3px solid lightgrey;
}
.did {
border: 1px solid;
float: left;
padding: 2em;
}
.didi {
border: 5px solid green;
float: left;
padding: 2em;
}

View file

@ -72,10 +72,26 @@
<script>
// create table
handleFile("resources/world_data_v1.csv")
handleFile("resources/world_data_v1.csv")
</script>
</div>
<div class="did">
<h2>Listenüberschrift</h2>
<ul>
<li>Listenpunkt 1</li>
<li>Listenpunkt 2</li>
<li>Listenpunkt 3</li>
</ul>
</div>
<div class="didi">
<h2>Listenüberschrift</h2>
<ul>
<li>Listenpunkt 1</li>
<li>Listenpunkt 2</li>
<li>Listenpunkt 3</li>
</ul>
</div>
<footer>
<hr style="border: 1px solid lightgreen">
<p>Copyright © 2018 world_data</p>