From 5abdd2b3ec4351832d06da49d48eed3fad265f2f Mon Sep 17 00:00:00 2001 From: "serny.s" Date: Sun, 17 Apr 2022 18:15:29 +0200 Subject: [PATCH] U_u + delete file --- index.html | 12 ------------ index.php | 6 +++--- stylepagecss/style.css | 6 ++++++ 3 files changed, 9 insertions(+), 15 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index 7ea62f3..0000000 --- a/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - M A C H I N E - - - - - - - - diff --git a/index.php b/index.php index 114c196..db24834 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ if (isset($_POST['submit'])) { $message ="accès refusé"; } } -} +} ?> @@ -26,8 +26,8 @@ if (isset($_POST['submit'])) {
- - + +
diff --git a/stylepagecss/style.css b/stylepagecss/style.css index 92a20c3..3fbb0cf 100644 --- a/stylepagecss/style.css +++ b/stylepagecss/style.css @@ -162,3 +162,9 @@ button:hover { font-size: 4vh; cursor: pointer; } + +/* index.php */ +form { + display: flex; + flex-direction: column; +}