我给它居中了,为什么又不居中?总是出这样的问题有时候text-align:center;总是没效果

来源:1-2 结构编写

Honghong1223

2015-08-05 10:59

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>曲线阴影与翘边阴影</title>

<style type="text/css">

body{font-size: 20px;font-family: Arial;}

body,ul{margin: 0;padding: 0;list-style: none;}

.wrap{

    width: 70%;

    height: 200px;

    margin: 50px auto;

    background: #fff;

}

.wrap h1{

    font-size: 20px;

    text-align: center;

    line-height: 200px;

}

</style>

</head>

<body>

<div  id="wrap effect">

    <h1>shadow effect</h1>

</div>



</body>

</html>



写回答 关注

2回答

  • 慕田峪3216879
    2015-08-05 12:03:29
    已采纳

    你CSS是以类的方式写的,你代码以ID的形式声明的。

    Hongho...

    非常感谢!

    2015-08-05 15:03:55

    共 1 条回复 >

  • 慕田峪3216879
    2015-08-05 12:02:23

    你是想让谁居中?这个效果应该是h1里面的内容居中。

CSS3实现“图片阴影”效果

利用多投影重叠的原理,实现曲线阴影与翘边阴影的效果

34769 学习 · 62 问题

查看课程

相似问题