diff options
| author | polo <ordipolo@gmx.fr> | 2022-03-10 03:12:58 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2022-03-10 03:12:58 +0100 |
| commit | f331b3ab14f2b404c2089607aba2e2d434cd510d (patch) | |
| tree | 09ecb84aa9db383f661d9e9a064b0d3d13d40a8b /public/css | |
| parent | 608856e0853b7e1d9b9b43e69b2012227ccefb43 (diff) | |
| download | melaine-f331b3ab14f2b404c2089607aba2e2d434cd510d.tar.gz melaine-f331b3ab14f2b404c2089607aba2e2d434cd510d.tar.bz2 melaine-f331b3ab14f2b404c2089607aba2e2d434cd510d.zip | |
fichiers index.php
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/accueil.css | 14 | ||||
| -rw-r--r-- | public/css/index.html | 0 | ||||
| -rw-r--r-- | public/css/index.php | 3 |
3 files changed, 14 insertions, 3 deletions
diff --git a/public/css/accueil.css b/public/css/accueil.css index 0afffeb..7d75e11 100644 --- a/public/css/accueil.css +++ b/public/css/accueil.css | |||
| @@ -249,6 +249,14 @@ form | |||
| 249 | { | 249 | { |
| 250 | display: flex; | 250 | display: flex; |
| 251 | }*/ | 251 | }*/ |
| 252 | footer | ||
| 253 | { | ||
| 254 | margin-top: 20px; | ||
| 255 | padding: 10px 30px; | ||
| 256 | font-size: 90%; | ||
| 257 | font-style: italic; | ||
| 258 | background-color: #9fa6cf; | ||
| 259 | } | ||
| 252 | 260 | ||
| 253 | 261 | ||
| 254 | /* PC, y compris vieux écrans 800x600 */ | 262 | /* PC, y compris vieux écrans 800x600 */ |
| @@ -297,7 +305,7 @@ form | |||
| 297 | height: 596px; | 305 | height: 596px; |
| 298 | } | 306 | } |
| 299 | 307 | ||
| 300 | #contenu, footer | 308 | #contenu |
| 301 | { | 309 | { |
| 302 | width: 630px; | 310 | width: 630px; |
| 303 | margin: auto; | 311 | margin: auto; |
| @@ -377,7 +385,7 @@ form | |||
| 377 | margin: auto; | 385 | margin: auto; |
| 378 | } | 386 | } |
| 379 | 387 | ||
| 380 | #contenu, footer | 388 | #contenu |
| 381 | { | 389 | { |
| 382 | width: 480px; | 390 | width: 480px; |
| 383 | margin: auto; | 391 | margin: auto; |
| @@ -472,7 +480,7 @@ form | |||
| 472 | height: 316px; | 480 | height: 316px; |
| 473 | } | 481 | } |
| 474 | 482 | ||
| 475 | #contenu, footer | 483 | #contenu |
| 476 | { | 484 | { |
| 477 | width: 320px; | 485 | width: 320px; |
| 478 | margin: auto; | 486 | margin: auto; |
diff --git a/public/css/index.html b/public/css/index.html deleted file mode 100644 index e69de29..0000000 --- a/public/css/index.html +++ /dev/null | |||
diff --git a/public/css/index.php b/public/css/index.php new file mode 100644 index 0000000..f67f1d7 --- /dev/null +++ b/public/css/index.php | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | <?php | ||
| 2 | header('Location: ../index.php'); | ||
| 3 | exit(); | ||
