HTML css背景图练习——魔兽世界官网页面

index.css

body {
   
    background: url(../CSS学习/背景图/img/bg.jpg) no-repeat center top;
}

.clearfix::after{
   
    content: "";
    display: block;
    clear: both;

}

.header{
   
    width: 1198px;
    height: 73px;
    /* 文字居中 */
    line-height: 73px;
    color: #f8b770;
    background-color: red;
    /* 区域居中 */
    margin: 0 auto;
    /* 距上边的距离 */
    margin-top: 45px;
    background: url(../CSS学习/背景图/img/bg_nav.jpg);
    border: 1px solid #3f2a22;
    border-left: none;
    border-right: none;
    position: relative;


}
.header nav a{
   
    float: left;
    width: 161px;
    height: 73px;
    text-align: center;
    /* 边框会影响尺寸所以先border-box */
    box-sizing: border-box;
    border: 1px solid #3f2a22;
    border-bottom: none;
    border-top: none;
}


.header nav a:nth-child(3){
   
    margin-right: 232px;
}

.header .logo{
   
    position: absolute;
    width: 238px;
    height: 118px;
    background: url(../CSS学习/背景图/img/logo.png) no-repeat;
    /* 水平居中 浏览器微调 */
    left: 7px;
    top: -37px;
    right: 0;
    margin: auto;
    
}

.header .logo h1{
   
    display: none;
    /* 隐藏该元素 */
}

.menu{
   
    text-align: center;
    margin-top: 473px;
}

.menu a{
   
    display: inline-block;
    /* 行盒居中 设置外层容器text-aline */

    width: 323px;
    height: 105px;
    background: url(../CSS学习/背景图/img/btns.png) no-repeat;

}

.menu a span{
   
    display: none;
}

.menu a.download{
   
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值