Issues with positioning of child elements
张
2018-03-24 21:47:26
0
1
1375

.left{

position: absolute;

left: 0;


width: 200px;

height: 600px;

background-color: #f03333;

}

.right{

position: absolute;

right: 0;


width: 750px;

height: 600px;

background-color: #f06666;

}

This is how I write it to be separated. Teacher An’s writing will overlap

张

人生成功的三大准则: 1.贱 2.贱持不要脸 3.一定贱持不要脸

reply all (1)
张

I found the problem. I saw it wrong. It was top

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!