css
htmlは以下だとします。 <div class="center"> <a href="#"> <img src="image.jpg" alt="画像の説明"> </a> </div> cssは以下です。text-align: center;という記述で中央配置されます。 .center { text-align: center; }
htmlは以下だとします。 <div class="center"> <a href="#"> <img src="image.jpg" alt="画像の説明"> </a> </div> cssは以下です。text-align: center;という記述で中央配置されます。 .center { text-align: center; }