gpt4 book ai didi

html - 我必须更改 html/css 中的哪些内容才能将文字与图片分开?

转载 作者:行者123 更新时间:2023-11-28 06:44:20 24 4
gpt4 key购买 nike

在最后几行中,我在其右侧有一个图像和文本。现在我尝试使用 padding-left 属性和 margin 属性,但它们都不起作用。我真的很想把它放在右边——现在这是一个团队元素,但我的伙伴并没有真正做任何事情,他只是复制并粘贴了文本,现在我必须用它做点什么。这是我唯一能想到的。有人能找出错误吗?

body{
margin-top:65px;
height: 1500px;
}

#text {
background-color:#FFF;
float: center;
margin-left: 250px;
margin-top: 5px;
width:810px;
padding-bottom: 300px;
-webkit-box-shadow: 0px 5px 36px -4px rgba(97,97,97,0.47);
-moz-box-shadow: 0px 5px 36px -4px rgba(97,97,97,0.47);
box-shadow: 0px 5px 36px -4px rgba(97,97,97,0.47);
}

#text p{
font-family: verdana;
font-size: 15px;
padding-top:2px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
}
h2{
font-family: impact;
font-weight:normal;
font-size: 18px;
text-indent: 25px;
margin:0;
padding-top:20px;
}
<! doctype html>

<html>
<head>
<title>html/css helper</title>
<link rel="stylesheet" href="index.css">
</head>

<body>

<p><img src="pictures/aufbau.png" style="width:250px; height:230px;float:left; padding-left: 15px; padding-right:0;border:1px solid #cdcdcd"</p>
</!-->

<p style="padding-top: 30px;margin-left:20px;">html tags - umschließen den kompletten Inhalt </p>
<p style="padding-top: 10px;margin-left:20px;">head tags - braucht man um Metainformation zu erhalten.</p>
<p style="padding-top: 25px;margin-left:20px;">body tags - der Inhalt (und alle weiteren HTML-Befehle, die den Inhalt strukturieren)</p> <br/>

<p>Im Gro&szlig;en und Ganzen ist das alles, was man braucht, um eine einfache Webseite zu konstruieren </p>

</div>

</body>
</html>

最佳答案

只需删除 position: fixed; 图像的样式将分离文本和图像

关于html - 我必须更改 html/css 中的哪些内容才能将文字与图片分开?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34121008/

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