Website banner image display

1, banner image placement page face

<!--banner图显示页面-->
<div id="banner"></div>

2, page style setting:

#banner{
    height: 700px;
    background-image: url(2.jpg);
    font-size: 50px;
    line-height: 700px;
    text-align: center;
    margin-top: 80px;
}

is displayed as follows:

微信图片_20180314141926.png

Continuing Learning
||
<?php echo "banner图展示";
submitReset Code