字体,边框都没有变化,不知问题在哪
字体,边框都没有变化,不知问题在哪 不是解决了么???<style type="text/css">
html,body{
height: 100%;
color: #FF0088;
font-family: sans-serif;
}
body{
background: url(H_0334.jpg) center center;
background-size:cover;
margin: 0;
padding: 0;
position: relative;
}
#container{
width: 100%;
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
h1{
font-size: 78px;
margin-bottom: 22px;
}
p{
font-size: 33px;
margin-bottom: 22px;
}
a{
font-size: 88px;
background: #33FFFF;
color: #999;
border: 1px solid #33FFF;
border-radius: 10px;
padding: 10px 66px;
text-decoration: none;
}
</style> 楼主的h1,p和a标签都写在#container里了怎么? ba21 发表于 2017-8-26 21:25
不是解决了么???
解决了,谢谢 alltolove 发表于 2017-8-26 21:37
楼主的h1,p和a标签都写在#container里了怎么?
恩,刚开始是写在#container里了,拿出来后就正常显示了
页:
[1]