图中怎么用css做出

<html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><title>... <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>7天24小时不停止热爱学习</title> <style type="text/css"> div.tao{ width:300px; height:700px; float:left; margin-right:5px; background-color:#d9d8d8; } div.guonei{ width:590px; height:700px; float:left; margin-right:5px; background-color:#d9d8d8; } div.yonghu{ width:590px; height:700px; float:left; margin-right:5px; background-color:#d9d8d8; } </head> </style> <body> <div class="tao"></div> <div class="guonei"></div> <div class="yonghu"></div> </body></html> 展开
 我来答
沐靡网络
2019-06-26 · TA获得超过895个赞
知道小有建树答主
回答量:645
采纳率:61%
帮助的人:85.7万
展开全部
现在基本上不用浮动了,浮动并不稳定,出现一堆问题,还要自己写代码解决,flex可以完美替代float
<style>
*{
margin: 0;
padding: 0;
}
.frame{
display: flex;
width: 1490px;
justify-content: space-between;
}
.one{
width:300px;
height:700px;
background-color:#d9d8d8;
}
.two{
width:590px;
height:700px;
background-color:#d9d8d8;
}
.three{
width:590px;
height:700px;
background-color:#d9d8d8;
}
</style>
<body>
<div class="frame">
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
</div>
</body>
博思aippt
2024-07-20 广告
博思AIPPT是基于ai制作PPT的智能在线工具,它提供了4种AI制作PPT的方式,包括AI生成大纲、AI直接生成PPT、文本生成PPT、AI提炼文档生成PPT,一站式集成多种AI生成PPT的方式,可满足办公用户的不同需求和使用场景。ai生... 点击进入详情页
本回答由博思aippt提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式