diff --git a/Interfaccia.html b/Interfaccia.html index 3787875..522aa11 100644 --- a/Interfaccia.html +++ b/Interfaccia.html @@ -6,6 +6,7 @@ h1 { color: white; text-align: center; + font-size:2.4em; } body{ background: #009999; @@ -13,35 +14,43 @@ table{ border: 1px solid white; empty-cells: show; + background: white; padding: 0px; width:100%; - height: 80%; - + height: 89%; } td,tr{ background: white; - width: 100px - height: 10px padding: 0px } + td.cibo{ + background: #FFFF33; + padding: 0px + } + td.razza1{ + background: #00ff00; + padding: 0px + }td.razza2{ + background: #FF0000; + padding: 0px + } + +
-- | - | - |
---|---|---|
- | - | - |
+ | + | + |
+ | + | + |