When I do this, the page does not display, my win10
100%
100% 2019-05-04 23:09:16
0
4
1366

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>Equal width from top to bottom</title>

<style type="text/css">

.container{

max-width: 960px;/*Set the maximum width to 960px*/

margin: 0 auto;/*Set the inner block element to be horizontally centered*/

}

.header{

height:50px;

background-color: #000000;

}

.main{

height: 600px;

background-color: #6531D0;

}

.footer{

height:50px;

background-color : #000000;

}

</style>

</head>


##< body>

</body>

</html>


100%
100%

reply all(3)
失去过去

Has your DOM structure been eaten by a dog

  • reply Ah ha ha ha ha ha
    100% author 2019-05-05 10:28:45
100%

No, but the columns should also be displayed on the page! I am a beginner

ringa_lee

What do you mean by not showing? Do you have corresponding elements in your body?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template