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

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

做了個九宮格,怎么讓里面的文本居中

做了個九宮格,怎么讓里面的文本居中

慕粉18772562038 2016-10-27 17:01:43
<!DOCTYPE html><html>?? ? <head>? ? ? ? <meta charset="utf-8" />? ? ? ? <title></title>? ? </head>? ? <style>? ? ? ? .box {? ? ? ? ? ? border:1px solid red;? ? ? ? ? ? width:668px; height:668px;? ? ? ? ? ? margin: 0px auto;? ? ? ? }? ? ? ? .box div {? ? ? ? ? ? height: 200px;? ? ? ? ? ? width: 200px;? ? ? ? ? ? margin: 10px;? ? ? ? ? ? float: left;? ? ? ? ? ? border:1px solid red; line-height:100px; ? ? ? ? ? ??? ? ? ? ? ?? ? ? ? ? ??? ? ? ? }? ? </style>?? ? <body>? ? ? ? <div class="box">? ? ? ? ? ? <div>1</div>? ? ? ? ? ? <div>2</div>? ? ? ? ? ? <div>3</div>? ? ? ? ? ? <div>4</div>? ? ? ? ? ? <div>5</div>? ? ? ? ? ? <div>6</div>? ? ? ? ? ? <div>7</div>? ? ? ? ? ? <div>8</div>? ? ? ? ? ? <div>9</div>? ? ? ? </div>? ? </body>?</html>
查看完整描述

3 回答

?
破曉晨曦

TA貢獻(xiàn)5條經(jīng)驗 獲得超1個贊

line-height:200px;

text-align:center;

查看完整回答
1 反對 回復(fù) 2016-10-27
?
dear4097658

TA貢獻(xiàn)5條經(jīng)驗 獲得超1個贊

你設(shè)置了line-height為100?但是div的height是200

.box?div?{
????border:?1px?solid?red;
????float:?left;
????height:?200px;
????line-height:?200px;
????margin:?10px;
????width:?200px;
????text-align:?center;
}

http://img1.sycdn.imooc.com//5812f5de0001979109300716.jpg

查看完整回答
反對 回復(fù) 2016-10-28
?
Tobey_滔

TA貢獻(xiàn)242條經(jīng)驗 獲得超128個贊

<!DOCTYPE?html>
<html>
<head>
	<meta?charset="utf-8"?/>
	<title></title>
</head>
<style>
	.box?{
		border:1px?solid?red;
		width:668px;
		height:668px;
		margin:?0px?auto;
	}
	.box?div?{
		height:?200px;
		width:?200px;
		margin:?10px;
		float:?left;
		border:1px?solid?red;
		text-align:?center;
		line-height:200px;
	}
</style>
<body>
	<div?class="box">
		<div>1</div>
		<div>2</div>
		<div>3</div>
		<div>4</div>
		<div>5</div>
		<div>6</div>
		<div>7</div>
		<div>8</div>
		<div>9</div>
	</div>
</body>

</html>


查看完整回答
反對 回復(fù) 2016-10-27
?
蜂之谷

TA貢獻(xiàn)564條經(jīng)驗 獲得超863個贊

.box?div?{
????height:?200px;
????width:?200px;
????margin:?10px;
????float:?left;
????text-align:center;
????border:1px?solid?red;
????line-height:200px;
}


查看完整回答
反對 回復(fù) 2016-10-27
  • 3 回答
  • 0 關(guān)注
  • 1867 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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