<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style type="text/css">
html, body {
height: 100%;
margin: 0px;
padding: 0px;
}

#main {
background-color: #E01313;
height: 100%;
}
#nav {
background-color: #85d989;
width: 100%;
height: 50px;
}
#content {
background-color: #cc85d9;
width: 100%;
position: absolute;
top: 50px;
bottom: 0px;
left: 0px;
}
</style>
</head>
<body>
<div >content</div>
</div>
</body>
</html>

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2021-07-21
  • 2021-06-02
  • 2022-12-23
  • 2022-03-04
  • 2022-02-27
猜你喜欢
  • 2021-04-13
  • 2021-09-03
  • 2021-11-05
  • 2022-01-11
  • 2021-09-24
  • 2022-12-23
  • 2021-07-16
相关资源
相似解决方案