From 27dad50eeb72a1ea60607b9fbce7a37f18d2bcf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20K=C3=B6pferl?= Date: Sat, 6 Mar 2021 21:44:23 +0100 Subject: [PATCH] Andere Farbe + 3 Leerzeilen --- php/erika.php | 4 +++- php/style.css | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/php/erika.php b/php/erika.php index 6a514d5..4a5d906 100644 --- a/php/erika.php +++ b/php/erika.php @@ -71,6 +71,8 @@ $newlinebereinigt = preg_replace('/(\R){3,}/mu', "\n---\n", $neuertext ); $umgebrochen = wordwrap($newlinebereinigt, TEXT_MAXLINE); + // noch zeilen und Abstand hinzu + $umgebrochen = $umgebrochen."\n\n=====\n"; //echo "
".$nlkorrekt."
"; //echo "NT:
".$neuertext."
"; @@ -94,7 +96,7 @@
-

Zurück

+

Zurück

Hier geht's wieder zurück. Normalerweise aber automatisch.
diff --git a/php/style.css b/php/style.css index ae9e24f..cc4fdf0 100644 --- a/php/style.css +++ b/php/style.css @@ -18,7 +18,7 @@ body,html { background-color: #FFF; } header { - background: #f1b8f8; + background: #399fff; padding: 20px 30px; max-width: 940px; margin: auto;