@readrain

Ссылка больше картинки. Как исправить?

здравствуйте, у меня проблема. Ссылка картинки больше чем сама картинки тем самым перекрывая другую ссылку. К как изменить ширину ссылки .

.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;
}
<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>
  • Вопрос задан
  • 78 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы