Html div width 100% not functioning

前端 未结 5 704
鱼传尺愫
鱼传尺愫 2021-01-12 04:29

There are some problems with my HTML, so I am posting the code.

The first tag is a div with id=\"header\". I have given it 100% width and g

5条回答
  •  灰色年华
    2021-01-12 04:55

    #header {   
        min-height:156px;
        width:100%;
        background-image:url('http://www.webdesignideas.org/images/bellevueBg.gif');
    }
    

提交回复
热议问题