gpt4 book ai didi

html - CSS中图像下文本的悬停效果

转载 作者:太空宇宙 更新时间:2023-11-04 04:25:56 25 4
gpt4 key购买 nike

我无法对图片下方的文本或图片本身应用悬停效果。

这是代码 (CSS):

#photo {
float: left;
width: 10px;
margin-left: 35px;
text-align: justify;
}

.img-with-text {
text-align: justify;
width: 200px;
}



.img-with-text img{
display: block;
margin: 0 auto;
}

如何应用一些悬停效果?

最佳答案

.img-with-text {
text-align: justify;
width: 200px;
display:block;
}

.img-with-text:hover {
text-decoration:underline;
background-color:#ccc;
}

关于html - CSS中图像下文本的悬停效果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18286326/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com