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!
-
+
+
+
+
+
+
+ | Name |
+ Price in € |
+
+
+
+
+ | 3Doodler 3D Printing Pen |
+ 29.99 |
+
+
+ | Powerstation 5- E. Maximus Chargus |
+ 44.95 |
+
+
+ | 8-Bit Legendary Hero Heat-Change Mug |
+ 6.99 |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+