From 663300d45c00b9ac5ace230e802f81f9e726f327 Mon Sep 17 00:00:00 2001 From: danielvici123 Date: Wed, 11 Sep 2024 12:40:06 +0200 Subject: [PATCH] =?UTF-8?q?Wir=20haben=20bissel=20was=20in=20html=20und=20?= =?UTF-8?q?css=20gemacht.=20Kein=20PHP=20weil=20wir=20noch=20einiges=20Ins?= =?UTF-8?q?tallieren=20m=C3=BCssen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- progp/9-11-24/form.html | 42 +++++++++++++++++++++++++++++++++++++++++ progp/9-11-24/style.css | 5 +++++ 2 files changed, 47 insertions(+) create mode 100644 progp/9-11-24/form.html create mode 100644 progp/9-11-24/style.css diff --git a/progp/9-11-24/form.html b/progp/9-11-24/form.html new file mode 100644 index 0000000..38212fc --- /dev/null +++ b/progp/9-11-24/form.html @@ -0,0 +1,42 @@ + + + + + + + HTML-Formular + + + + + + +

HTML-Formular

+

Inputfeld

+
+ +
+ + + +
+
+ + +
+ +
+ + + \ No newline at end of file diff --git a/progp/9-11-24/style.css b/progp/9-11-24/style.css new file mode 100644 index 0000000..3e0bff9 --- /dev/null +++ b/progp/9-11-24/style.css @@ -0,0 +1,5 @@ +div { + border: 1px solid silver; + margin: 8px 0; /*Aussenabstand oben/unten 8px*/ + padding: 4px; /*innenabstand überall 8px*/ +} \ No newline at end of file