j'achoppe sur l'alignement vertical. Voici mon code:
CSS:
HTML:
Mon image jointe:
D'avance, merci
CSS:
.Row01 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-center; }
#R0101 { margin-right: 8px; letter-spacing: -1px; }
#R0101 { font-family: "HoboStd_Medium"; font-size: 1.3rem; color: #4472c4; }
#R0102 { margin-right: 4px; letter-spacing: -1px; }
#R0102 { font-family: "ComicSansMS_Medium"; font-size: 0.7rem; color: #000000; }
#R0103 { }
#R01Symbole { border: 0; width: 24px; height: 24px; }
HTML:
<div class="Row01"> <!-- Conteneur -->
<span id="R0102">Mon Titre Principal</span>
<span id="R0103">Mon Titre Annexe</span>
<span id="R0104"><a href="THeme.php?THeme=English" target="_self">
<img id="R01Symbole" src="Anglais.jpg" alt=""></img> </a></span>
</div>
Mon image jointe:
D'avance, merci