From 11db1d0aab10f3b7b6e67fb865d85a1fc84eaffb Mon Sep 17 00:00:00 2001 From: Peter Hoppe Date: Mon, 13 Feb 2023 00:57:26 +0100 Subject: [PATCH] css --- php/php-dog/tstDateTime.php | 11 ++++++++--- src/App.css | 2 +- src/components/ImpressTxt.tsx | 4 +++- src/components/Impressum.css | 8 ++++++++ 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/php/php-dog/tstDateTime.php b/php/php-dog/tstDateTime.php index bb184a3..1fa74e3 100644 --- a/php/php-dog/tstDateTime.php +++ b/php/php-dog/tstDateTime.php @@ -1,10 +1,15 @@ add(new DateInterval('PT' . $G_pwtoken_time_expire . 'M')); -var_dump($expire); +var_dump($_SERVER); + + +echo $_SERVER['HTTP_HOST']; +echo $_SERVER['PHP_SELF']; ?> \ No newline at end of file diff --git a/src/App.css b/src/App.css index 905d5f0..5c1868e 100644 --- a/src/App.css +++ b/src/App.css @@ -1,7 +1,7 @@ .App { text-align: center; background-color: rgb(243, 97, 12); - + height: 100vh; } .neben diff --git a/src/components/ImpressTxt.tsx b/src/components/ImpressTxt.tsx index b9186bd..04fbaa2 100644 --- a/src/components/ImpressTxt.tsx +++ b/src/components/ImpressTxt.tsx @@ -4,6 +4,7 @@ const ImpressTxt = () => { return ( <> +

Angaben gem. § 5 TMG:

 

Dipl.-Ing. Peter Hoppe

@@ -62,7 +63,8 @@ const ImpressTxt = () => Inhalte unverzüglich entfernen.

Dieses Impressum wurde freundlicherweise von www.jurarat.de zur Verfügung gestellt.

- +
+ ); } export default ImpressTxt; diff --git a/src/components/Impressum.css b/src/components/Impressum.css index d8196ba..cd1105f 100644 --- a/src/components/Impressum.css +++ b/src/components/Impressum.css @@ -1,4 +1,12 @@ .underline { text-decoration: underline; +} + +.mehrspaltig +{ + column-count: 2; + column-gap: 10em; + column-rule-style: double; + height: 400vh; } \ No newline at end of file