Bonjour!
voila j'ai une image qui se déforme dans ma bannière, ça m'escagasse foutrement, si vous voulez savoir....
Voila, je me doute bien qu'il doit y avoir pleins de coquilles, mais au rendu ça colle à peu près. juste cette histoire de proportions qui fouttent le camp.
MERCI!!
voila j'ai une image qui se déforme dans ma bannière, ça m'escagasse foutrement, si vous voulez savoir....
</head>
<div id="conteneur">
<header role="banner">
<img src="images/logo_1.jpg" alt="le logo des gîtes: un Bouddha en méditation">
<h1>Les Eaux Deux Sources</h1>
<h2>Gîte Rural en Ardêche Plein-Coeur</h2>
</header>
#conteneur{
padding: 2%;
display: flex;
flex-direction: column;
background:radial-gradient(circle at bottom left, #b35e34, #202130 );
}
header{
display: flex;
flex-flow: row wrap;
background-color:#e9e5db;
margin:1%;
}
header>h1 {
flex-shrink: 0;
font-family: 'Dancing Script', Georgia, Times, serif;
font-size: 99px;
margin-left:5px;
color:#202130;
min-height: 0;
min-width: 0;
}
header>h2{
flex-shrink: 0;
font-family: 'Dancing Script', Georgia, Times, serif;
font-size: 29px;
margin-left:25px;
color: #202130;
min-height: 0;
min-width: 0;
}
header>img{
flex-shrink: 0;
margin: 15px;
margin-right: 25px;
padding: 1%;
border:2px solid #728177;
box-shadow: #b35e34;
min-height: 0;
min-width: 0;
}
Voila, je me doute bien qu'il doit y avoir pleins de coquilles, mais au rendu ça colle à peu près. juste cette histoire de proportions qui fouttent le camp.
MERCI!!