legenda
This commit is contained in:
parent
06be466a58
commit
77a834d3b4
3 changed files with 10 additions and 3 deletions
BIN
static/cellaVerde - Copia.png
Normal file
BIN
static/cellaVerde - Copia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
static/prova1 - Copia.png
Normal file
BIN
static/prova1 - Copia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
|
@ -89,6 +89,13 @@
|
|||
height: 1em;
|
||||
display: inline-block;
|
||||
}
|
||||
img{
|
||||
height: 100%
|
||||
}
|
||||
img.batteri{
|
||||
height: 100%
|
||||
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
reload = function() {
|
||||
|
@ -114,9 +121,9 @@
|
|||
<div id="tb" class="tabella"></div>
|
||||
<div class="legenda">
|
||||
<h1>legenda</h1>
|
||||
<div class="colorsample" style="background-color:#FFFF33"></div> Cibo<br>
|
||||
<div class="colorsample" style="background-color:#00ff00"></div> Razza 1<br>
|
||||
<div class="colorsample" style="background-color:#F00"></div> Razza 2
|
||||
<div class="colorsample"><img src="/static/cibo.png"></div> Cibo<br>
|
||||
<div class="colorsample"><img class="batteri" src="/static/cellaVerde - Copia.png"></div> Razza 1<br>
|
||||
<div class="colorsample"><img class="batteri" src="/static/prova1 - Copia.png"></div> Razza 2
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
|
Reference in a new issue