1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<!DOCTYPE html>
<html lang='fr'>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<![endif]-->
<style type='text/css'>
html, body{height:100%;}
body { background-color:#ffffff;font-family :Georgia, "Times New Roman", Times, serif; color :#000000; font-size :18px;}
* { box-sizing:border-box; }
div.centre2blanc {height : auto;width : 90%;max-width : 1200px;margin : auto;text-align : center;}
a.lemenuA { color:#aa2222; text-decoration:none; font-size:24px;}
a.lemenu { color:#3F4057; text-decoration:none; font-size:24px;}
a.lemenu:link {}
a.lemenu:hover {color:#FF2222;}
a.lemenu { padding: 0 5px;}
a.lemenuA { padding: 0 5px;}
nav { display:flex; justify-content:center; flex-wrap:wrap;}
nav a { margin: auto; }
/* __________________________media 640_____________________ */
@media (max-width:640px) {
body, element1, element2 {width : auto;margin : 0;padding : 0;}
img,blockquote, pre, textarea, input, iframe, object, embed, video {max-width : 100%;}
nav { flex-direction: column; width : 100%; }
}
</style>
</head><body>
<div class="centre2blanc">
<header>
<nav>
<a href="apropos.php" class="lemenu">A Propos</a>
<a href="news.php" class="lemenu">Les News</a>
<a href="#" class="lemenuA">Le-Blog</a>
<a href="wphoto.php" class="lemenu">Galeries</a>
<a href="lien.php" class="lemenu"> Coup-de-Coeur </a>
</nav>
<header>
</div>
</body></html> |
Partager