Когда я делаю фото-ссылку, она получается на всю ширину сайта. Из-за этого я не могу разметить несколько таких фото-ссылок рядом.
Вот код:
<div class="price1" display: inline-block >
<a href="E:\cccc\html\electrical_repair.html" class="numb1" target="_self">
<div class="product001" >
<img src="E:\cccc\html\i.jfif" width="250px" alt="установка сигнализации" class="electro">
</div>
</a>
<div> <p class="text_price2"> ремонт электооборуд. </p> </div>
</div>
.product001{
top: 310px;
position: absolute;
padding-left: 500px;
width: 220px;
padding-bottom: 100px;
}
.header_text001{
font-family: Snell Roundhand, cursive;
font-size: 30px;
}
.electro{
height: 100px;
position: relative;
left:100px;
top: 80px;
}
.txt002{
position: absolute;
font-family: Snell Roundhand, cursive;
padding-left: 530px;
top: 200px;
font-size: 25px;
}
.text_price2{
font-family: Snell Roundhand, cursive;
height: 100px;
position: relative;
left:500px;
top: -260px;
font-size: 30px;
}