From e8dc77a44c7584234def441d873c71bdf04be211 Mon Sep 17 00:00:00 2001 From: pp Date: Thu, 20 Oct 2022 12:00:15 +0200 Subject: [PATCH] =?UTF-8?q?K=C3=A9sz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- megrendeles.css | 38 ++++++++++++++++++ megrendeles.html | 100 +++++++++++++++++++++++++++-------------------- 2 files changed, 96 insertions(+), 42 deletions(-) diff --git a/megrendeles.css b/megrendeles.css index 196061c..beb83a7 100644 --- a/megrendeles.css +++ b/megrendeles.css @@ -1,3 +1,10 @@ +#tartalom { + width: 800px; + margin: auto; + background-color: darkgray; + padding: 20px; +} + h1, h2 { text-align: center; } @@ -9,8 +16,39 @@ h2 { table { border: 2px solid black; border-collapse: collapse; + margin: auto; } th, td { border: 1px solid black; + text-align: center; +} + +tfoot th:first-child { + text-align: right; +} + +thead, tfoot { + color: white; + background-color: #262626; +} + +img { + height: 75px; +} + +.cw-120 { + width: 120px; +} + +.cw-200 { + width: 200px; +} + +.cw-100 { + width: 100px; +} + +.cw-50 { + width: 50px; } \ No newline at end of file diff --git a/megrendeles.html b/megrendeles.html index 06fcfce..6494fbb 100644 --- a/megrendeles.html +++ b/megrendeles.html @@ -1,5 +1,6 @@ + @@ -7,59 +8,74 @@ Megrendelés + -

Megrendelés részletek

+
+

Megrendelés részletek

Rendelés száma: 2

+ + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + +
Termék neveMennyiségNettó egységárÁFA %Bruttó ár
Termék neveMennyiségNettó árpólóPóló L-es2 db1 495 Ft27%3 798 Ft
pólóPóló S-es2 db1 495 Ft27%3 798 Ft
bögreBögre1 db1 567 Ft27%1 991 Ft
sapkaBaseball sapka1 db3 142 Ft27%3 990 Ft
Összesen:13 576 Ft
- +

Rendelés állapota: futárnak átadva

+
+ + \ No newline at end of file