-3
HTMLに画像を入れ隣同士
<div class="button">
<a href="#">
<img id="img1" src="icons/onas1.svg" alt="O nas[enter image description here][1]">
</>
<a href="#">
<img id="img2" src="icons/kontakt1.svg" alt="kontakt">
</a>
</div>
</div>
CSS:私は隣同士にこれら2枚の画像を置くことができる方法
div.button img{
position: fixed;
height: 10%;
display: inline-block;
}
ねえ、?
削除 'ポジション: – glennsl
fixed'' .button'クラスに移動..or? –