0
Good afternoon, I’m building a website, and I needed the text to be next to the AETTR logo, but up and not down, someone knows how to fix it?
Example:
*{
margin: 0;
padding: 0;
}
.logos-container{
background: #ccc;
}
.logomin{
width: 245px;
}
.logoaetr{
width: 145px;
}
ul{
list-style: none;
}
ul li{
display: inline-block;
}
<div class="logos-container">
<ul>
<li><img src="https://i.ibb.co/njPs6xJ/min.png" class="logomin" alt="Ministerio da Educação" /></li>
<li><img src="https://i.ibb.co/mcKb85g/aetr.png" class="logoaetr" alt="Agrupamento de Escolas Tomaz Ribeiro" /></li>
<li><h2>Autenticação</h2></li>
</ul>
</div>
https://i.ibb.co/Hvzp8mm/Sem-T-tulo.png where the black box is, I want this so that I can then simply apply a margin top to the text and align it in the middle more or less relative to the images
– Tomás
Yes I know, I want to put the text "Authentication" up there so that I can simply apply a margin top to the text and align more or less in the middle in relation to the images.
– Tomás