gpt4 book ai didi

css - 如何通过 css 内联属性在一行中显示两个 div

转载 作者:技术小花猫 更新时间:2023-10-29 10:21:52 25 4
gpt4 key购买 nike

<分区>

我尝试使用css内联属性让div节点在一行中显示,下面是我的代码

<html>
<head>
<style type="text/css">
.inline {
display: inline;
border: 1px solid red;
margin:10px;
}
</style>
</head>
<body>
<div>
<div class='inline'><div>I'm here</div></div>
<div class='inline'><div>I'm follow</div></div>
</div>
</body>
</html>

结果不对,类为'inline'的两个div仍然显示为两行,边框也显示不正确。我不知道发生了什么,谁能帮助我?

谢谢

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