第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

怎么讓文字box1居左

<!DOCTYPE?html>
<html>
<head>
	<meta?charset="utf-8">
	<meta?http-equiv="X-UA-Compatible"?content="IE=edge">
	<title></title>
??<style?type="text/css">
????????#box1{
????????????width:?400px;
????????????height:?500px;
????????????margin-bottom:?30px;
????????????border:?2px?solid?blue;
????????????text-align:?left;??????
????????}
????????#box2{
????????????width:?150px;
????????????height:?450px;
????????????border:?3px?solid?yellow;
????????????margin-left:?30px;
????????????padding:?2px;
????????????float:?left;
????????}
????????#box3{
????????????width:?150px;
????????????height:?450px;
????????????margin-left:?20px;
????????????border:?3px?solid?pink;
????????????margin-right:?20px;
????????????margin-top:?-15px;
???????????float:?left;
????????}
????</style>
</head>
<body>
????<div?id="box1">
????????box1
????????<div?id="box2">box2</div>
????????<div?id="box3">box3</div>
????</div>
</html>


正在回答

4 回答

#box1{display:flex;}

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

慕慕4512663 提問(wèn)者

非常感謝!這是什么意思啊
2017-05-20 回復(fù) 有任何疑惑可以回復(fù)我~
#2

慕前端8788530 回復(fù) 慕慕4512663 提問(wèn)者

彈性布局,橫縱交叉軸為核心,具體你看阮一峰的日志。http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html
2017-05-22 回復(fù) 有任何疑惑可以回復(fù)我~

!DOCT<!DOCTYPE html>

<html>

<head>

? ? <meta charset="utf-8">

? ? <meta http-equiv="X-UA-Compatible" content="IE=edge">

? ? <title></title>

? <style type="text/css">

? ? ? ?

? ? ? ?div{

? ? ? ? width: 700px;

? ? ? ? height:1400px;

? ? ? ? }

? ? ? ? #box1{

? ? ? ?

? ? ? ? ? ? width: 400px;

? ? ? ? ? ? height: 500px;

? ? ? ? ? ? margin-bottom: 30px;

? ? ? ? ? ? border: 2px solid blue;?

? ? ? ? ? ? position: relative;

? ? ? ? }

? ? ? ? #box1 span{

? ? ? ? float: left;

? ? ? ? }

? ? ? ? #box2{

? ? ? ? ? ? width: 150px;

? ? ? ? ? ? height: 450px;

? ? ? ? ? ? border: 3px solid yellow;

? ? ? ? ? ? margin-left: 30px;

? ? ? ? ? ? padding: 2px;

? ? ? ? ? ? float: left;

? ? ? ? }

? ? ? ? #box3{

? ? ? ? ? ? width: 150px;

? ? ? ? ? ? height: 450px;

? ? ? ? ? ? margin-left: 230px;

? ? ? ? ? ? border: 3px solid pink;

? ? ? ? ? ? margin-right: 20px;

? ? ? ? ? ? margin-top: 0px;

? ? ? ? ? ? float: left;

? ? ? ? ? ? position: absolute;

? ? ? ? }

? ? </style>

</head>


0 回復(fù) 有任何疑惑可以回復(fù)我~

在box1里加入left:0;

0 回復(fù) 有任何疑惑可以回復(fù)我~

加入代碼;position:absolute;left:0;

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

怎么讓文字box1居左

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)