From 28526c52398ec19347c41206817340a75c95c596 Mon Sep 17 00:00:00 2001 From: Philippe Torrel Date: Fri, 17 Jul 2026 11:29:24 +0200 Subject: [PATCH] modified table and added css --- .../01_product-manager/assets/css/main.css | 26 +++++++ .../tag25/01_product-manager/index.html | 68 ++++++++++++++++++- 2 files changed, 91 insertions(+), 3 deletions(-) diff --git a/03_dom/unterricht/tag25/01_product-manager/assets/css/main.css b/03_dom/unterricht/tag25/01_product-manager/assets/css/main.css index e69de29..dfe022b 100644 --- a/03_dom/unterricht/tag25/01_product-manager/assets/css/main.css +++ b/03_dom/unterricht/tag25/01_product-manager/assets/css/main.css @@ -0,0 +1,26 @@ +*, +html { + box-sizing: border-box; +} + +html, +body { + margin: 0; + padding: 0; + height: 100%; +} + +body { + background-color: #efefef; +} + +/* Mobile first */ +.product-manager table tfoot .row > * { + margin-bottom: 1rem; +} + +@media (min-width: 992px) { + .product-manager table tfoot .row > * { + margin-bottom: 0; + } +} diff --git a/03_dom/unterricht/tag25/01_product-manager/index.html b/03_dom/unterricht/tag25/01_product-manager/index.html index a30f19b..2eeed90 100644 --- a/03_dom/unterricht/tag25/01_product-manager/index.html +++ b/03_dom/unterricht/tag25/01_product-manager/index.html @@ -5,14 +5,76 @@ Product Manager +
-
-

Product Manager!

-
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NamePrice in €
3Doodler 3D Printing Pen29.99
Powerstation 5- E. Maximus Chargus44.95
8-Bit Legendary Hero Heat-Change Mug6.99
+
+
+ +
+ +
+
+ + +
+
+ +
+ +
+
+ +
+