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

帮忙看下底部文字怎么左侧居中?

突然怎么也想不起来怎么写了,我写的这断代码,底部文字是左侧靠上的,怎么让它左侧居中?

<html>
<head>
<style type="text/css">
.aa
{
width:800px;
height:40px;
background:gray;
color:white;
}
.left
{
width:150px;
height:200px;
float:left;
padding:10px;
border-left:1px solid #000;
}
.right
{
width:600px;
height:200px;
float:left;
border-left:1px solid #000;
padding:10px;
}
.foot
{
width:800px;
height:40px;
background:gray;
clear:both;
color:white;
}
</style>
</head>

<body>
<div class="aa"><h1>这是标题 这是标题</h1></div>
<div class="left"><p>"Never increase, beyond what is necessary, the number of entities required to explain anything." William of Ockham</p></div>
<div class="right">
<h2>Free Web Building Tutorials</h2>
<p>At imooc.com you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP.</p>
<p>imooc.com - The Largest Web Developers Site On The Net!</p>
</div>
<div class="foot"><p>Copyright 2016 by YingKe Investment.</p></div>
</body>
</html>

【foot部分怎么像下图这样左侧居中?还有底部文字左边有间隙怎么写?padding-left?

http://img1.sycdn.imooc.com//57acabc60001e0e203520343.jpg

最后吐槽一下:提问时有时候代码语言不能选择,一点就到提问页面的后面了,完全被提问页面覆盖住了。。。太扯了

正在回答

1 回答

.foot
{
width:800px;
height:40px;
background:gray;
clear:both;
color:white;
line-height: 40px;/*单行文字居中,可以设置行高 line-height 和容器高 height 相等。*/
padding-left: 10px;/*让p标签往右一点,可以给div左边加上padding。*/
}


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

小小单身 提问者

非常感谢!
2016-08-12 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
如何用CSS进行网页布局
  • 参与学习       209624    人
  • 解答问题       1153    个

用最简洁的案例教你布局的那些知识,这是前端工程师基本技能

进入课程

帮忙看下底部文字怎么左侧居中?

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