gpt4 book ai didi

html - 背景颜色小于该 div 中的图像

转载 作者:行者123 更新时间:2023-11-28 15:40:49 26 4
gpt4 key购买 nike

我在使背景颜色小于该 div 中的图像时遇到问题。尝试了 background-size 属性并在网上搜索。在该图像上使用带有 img-responsive 类的 Bootstrap 。这是我想做的事情的例子。我不能用那种背景颜色制作新图像。谢谢你的帮助。 White logo is png image and blue the background color. Black is the background image of the body.

The nav bar is done, but the logo with background needs to be same size as the navigation pills. Tried giving heigth the whole row but it dosent work.This is how it supposed to look

最佳答案

您可以在其他元素后面创建一个 DIV,它的作用与 background-color 的作用完全相同。例如:

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#background {
position:absolute;
top:20px;
bottom:20px;
right:20px;
left:20px;
margin:auto;
background-color:red;
}
</style>
</head>
<body>
<div id="background"></div>
</body>
</html>

关于html - 背景颜色小于该 div 中的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42202695/

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