为了账号安全,请及时绑定邮箱和手机立即绑定

三个块状元素怎么破???

怎么安排中间块状元素居中???

正在回答

3 回答

效果图

https://img1.sycdn.imooc.com//5b01676a00018cb610300809.jpg

2 回复 有任何疑惑可以回复我~
<!DOCTYPE html>
<html>	
<head>		
    <meta charset="UTF-8">		
    <title></title>		
    <style>			
        father{				
            width: 500px;				
            height: 500px;				
            background: #000;			
        }						
        .son1{				
            height: 100px;				
            background: green;			
        }						
        .son2{				
            height: 200px;				
            background: yellow;			
        }						
        .son3{				
            height: 100px;				
            background: red;			
        }						
        .son2 h1{				
            text-align: center;				
            line-height: 200px;				
            margin: 0;			
        }		
    </style>	
</head>	

<body>		
    <div class="father">			
        <div class="son1"></div>			
        <div class="son2">				
            <h1>中间块的元素居中</h1>			
        </div>			
        <div class="son3"></div>		
    </div>	
</body>
</html>   
	      
	


1 回复 有任何疑惑可以回复我~

感觉 用一个父块 然后三个字块 把三个字块放进父块中!    

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

三个块状元素怎么破???

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信