当前位置:网站首页>双飞翼布局
双飞翼布局
2022-06-10 23:03:00 【studyer网】

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="" />
<title>Document</title>
<style>
.header,
.footer {
height: 200px;
width: 100%;
background-color: #0000ff;
}
.content,
.left,
.right {
float: left;
height: 200px;
}
.content {
width: 100%;
background-color: red;
}
.left {
width: 300px;
background-color: pink;
margin-left: -100%;
}
.right {
width: 300px;
background-color: grey;
margin-left: -300px;
}
.center {
height: 200px;
margin-left: 300px;
margin-right: 300px;
}
.container::after {
content: '';
display: block;
clear: both;
}
body {
min-width: 600px;
}
</style>
</head>
<body>
<div class="header">头部</div>
<div class="container">
<div class="content">
<div class="center">中间</div>
</div>
<div class="left">左边</div>
<div class="right">右边</div>
</div>
<div class="footer">尾部</div>
</body>
</html>
边栏推荐
- In the month of safety production, Huangpu launched a publicity campaign for gas safety in shops
- [pyGame games] tank battle, how many childhood games do you remember?
- C language file operation
- Excel单元格
- f‘s‘f‘s‘f‘s‘d
- A simple understanding of B tree
- [pyGame collection] memory killing - "Childhood Games", how many shots did you get? (attach five source codes for self access)
- From the perspective of Confucius Temple IP crossover, we can see how the six walnuts become "butterflies" for the second time
- 【自动回复小脚本】新年快乐,每一个字都是我亲自手打的,不是转发哦~
- Merge sort
猜你喜欢

【AcWing】4. Multiple knapsack problem I

【Pygame小游戏】首月破亿下载 一款高度融合了「超休闲游戏特性」的佳作~
![[MVC&Core]ASP.NET Core MVC 视图传值入门](/img/c2/3e69cda2fed396505b5aa5888b9e5f.png)
[MVC&Core]ASP.NET Core MVC 视图传值入门

Bluetooth development (8) -- avdtp connection process

Exemple VTK - - trois plans qui se croisent

【Pygame小游戏】这款经典的炸弹人超能游戏上线,你爱了嘛?(附源码)

ASP. Net programming version C (notes along with learning progress)
![[pyGame games] tank battle, how many childhood games do you remember?](/img/30/951fdbb944e026701af08c0c068cd8.png)
[pyGame games] tank battle, how many childhood games do you remember?

From the perspective of Confucius Temple IP crossover, we can see how the six walnuts become "butterflies" for the second time
![[JVM] thread](/img/fc/c1f2eeaca639f319a4ef33f5fa6658.png)
[JVM] thread
随机推荐
[JVM] class loading mechanism
12324243242
SQL查询,子查询作为结果字段
Bluetooth development (9) -- A2DP protocol in combination with code
[pyGame] stir up your brain and play the "24 o'clock" idea together ~ (awesome)
array_column() expects parameter 1 to be array, array given
LeetCode 1673. Find the most competitive subsequence**
Leetcode-560 and subarray with K
[JVM] thread
VTK example -- three intersecting planes
USB IP core FPGA debugging (I)
763. 划分字母区间
MD5Util
[pyGame games] tank battle, how many childhood games do you remember?
【Go语言学习】——并发编程
Mysql database table backup
CSDN daily practice -- half search of ordered table
Go语言Channel理解使用
【Pygame合集】滴~穿越童年游戏指南 请查收:这里面有你玩过的游戏嘛?(附五款源码自取)
Read it once: talk about MySQL master-slave