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; +}