gpt4 book ai didi

css - 如何在 CSS 中的图像顶部放置彩色封面

转载 作者:太空宇宙 更新时间:2023-11-03 21:43:57 24 4
gpt4 key购买 nike

当我将鼠标悬停在图像上时,我希望能够用蓝色覆盖图像。

如何使用纯 CSS 实现它?

<div class="col-xs-3">
<h1>Some title here</h1>
<img src="the_image.png" height: "100px", width: "100px">
<p>Some text here...</p>
</div>

最佳答案

我不知道你到底想要什么,但是 here is an example.

#cat {
background: url(http://www.funnycatsite.com/pictures/Do_Not_Turn_The_Water_On.jpg);
height: 400px;
width: 400px;
}
#cat:hover {
background: blue;
}

关于css - 如何在 CSS 中的图像顶部放置彩色封面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21689406/

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