diff --git a/wap/citron/citron.jpg b/wap/citron/citron.jpg new file mode 100644 index 0000000..94a0155 Binary files /dev/null and b/wap/citron/citron.jpg differ diff --git a/wap/citron/index.html b/wap/citron/index.html new file mode 100644 index 0000000..6112d17 --- /dev/null +++ b/wap/citron/index.html @@ -0,0 +1,136 @@ + + + + + + + + + Citron + + + +

Citron

+ +

Průměrný obsah látek a minerálů

+

Lze posunout -->

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Složka + Jednotka + Průměrný obsah + Prvek (mg/100 g) + Průměrný obsah + Složka (mg/100g) + Průměrný obsah +
vodag/100 g86,3Na5vitamin C58 +
bílkovinyg/100 g1,0K150vitamin D0 +
tukyg/100 g0,3Ca85vitamin E- +
cukryg/100 g3,2Mg12vitamin B60,11 +
celkový dusíkg/100 g0,16P18vitamin B120 +
vlákninag/100 g-Fe0,5karoten0,018 +
mastné kyselinyg/100 g0,2Cu0,26thiamin0,05 +
cholesterolg/100 g0Zn0,1riboflavin0,04 +
energiekJ/100 g79Mn-niacin0,2 +
+
+ + + \ No newline at end of file diff --git a/wap/citron/style.css b/wap/citron/style.css new file mode 100644 index 0000000..36438cc --- /dev/null +++ b/wap/citron/style.css @@ -0,0 +1,44 @@ +* { + padding: 0; +} +html { + background-image: url("citron.jpg"); + background-repeat: repeat-y; + background-size: cover; +} + +body { + background-color:rgba(0, 0, 0, 0.5); + border-radius: 10px; + padding: 20px; + padding-top: 1px; +} + +table { + border-collapse: collapse; + border-spacing: 0; + width: 100%; + border: 3px solid #ddd; + border-left: 0; + border-right: 0; +} +ul { + margin-left: 20px; +} +th, td { + text-align: left; + padding: 8px; +} +.helper { + display: none; +} + +@media (max-width : 600px) { + body { + text-align: center; + } + .helper { + display: block; + color: red; + } +} \ No newline at end of file