From e9f7d60518259b3d01e12edb16bb76fa2a7f805d Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 9 Aug 2023 16:00:08 +0200 Subject: ajout de contenu, textarea en css, .htaccess + .htpasswd --- ordipolo.css | 52 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 17 deletions(-) (limited to 'ordipolo.css') diff --git a/ordipolo.css b/ordipolo.css index 09855e1..28bd55a 100644 --- a/ordipolo.css +++ b/ordipolo.css @@ -74,6 +74,9 @@ header div, header p #logohaut { width: 200px; + + /* cacher petit logo */ + display: none; } #logotitre @@ -227,6 +230,12 @@ a img margin: 10px 0 15px 0; } +textarea +{ + width: 500px; + height: 200px; +} + /* lien fixe en bas */ footer { @@ -247,23 +256,6 @@ footer a text-decoration: none; } -/* remplacement du logo titre qui est trop large */ -@media screen and (min-width: 500px) -{ - #logohaut - { - display: none; - } -} - -@media screen and (max-width: 500px) -{ - #logotitre - { - display: none; - } -} - /* design responsive */ @media screen and (max-width: 750px) { @@ -305,4 +297,30 @@ footer a { font-size: 110%; } + + textarea + { + width: 400px; + height: 150px; + } +} + +@media screen and (max-width: 500px) +{ + #logohaut + { + /* afficher petit logo */ + display: inline; + } + #logotitre + { + /* cacher grand logo */ + display: none; + } + + textarea + { + width: 270px; + height: 100px; + } } -- cgit v1.2.3