当前位置:网站首页>双飞翼布局
双飞翼布局
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>
边栏推荐
- About optimizing API interface response speed
- Openresty installation
- 电脑录屏免费软件gif等格式视频
- Error report of curl import postman
- Bluetooth development (2) -- initialization
- f‘s‘f‘s‘f‘s‘d
- Bluetooth development (9) -- A2DP protocol in combination with code
- Excel cell
- 【JVM】类加载机制
- 【Pygame小游戏】剧情流推荐:什么样的游戏才能获得大家的喜欢呢?(魔鬼恋人、霸总娇妻版)
猜你喜欢
![[database] MySQL index interview questions](/img/ff/8713465293f728f57840237242e227.png)
[database] MySQL index interview questions

Wireshake introduction learning notes

【Pygame小游戏】来了来了它来了——这款五子棋小游戏超A的,分享给你的小伙伴儿一起pk吧~
![[turtle confessions collection]](/img/97/6f1008386931bcb93655d94121e2c4.png)
[turtle confessions collection] "the moon at the bottom of the sea is the moon in the sky, and the person in front of us is the sweetheart." Be happy for the rest of your life, and be safe for ever ~
![[pyGame games] don't look for it. Here comes the leisure game topic - bubble dragon widget - recommendation for leisure game research and development](/img/fb/a966b4bf52cdab4030578d4595e09b.png)
[pyGame games] don't look for it. Here comes the leisure game topic - bubble dragon widget - recommendation for leisure game research and development

How to check the variable waveform when debugging the program? Look here

字符串时间排序,对时间格式字符串进行排序

Go语言Channel理解使用

【AcWing】4. Multiple knapsack problem I

JVM 垃圾回收机制和常见的垃圾回收器
随机推荐
From the perspective of Confucius Temple IP crossover, we can see how the six walnuts become "butterflies" for the second time
Leetcode-209 minimum length subarray
LeetCode 1996. 游戏中弱角色的数量*
Bluetooth development (2) -- initialization
It is said that the verification code is a barrier in the crawler. I can break through it with only five lines of code.
array_column() expects parameter 1 to be array, array given
[JVM] class loading mechanism
[pyGame games] tank battle, how many childhood games do you remember?
富文本活动测试1
Collection delete element technique removeif
452. detonate the balloon with the minimum number of arrows
Chapter 2 application layer 2.4 DNS
Merge sort
【JVM】类加载机制
Judgment and other issues: how to determine whether the judgment of the procedure is correct?
【数据库】Nosql数据库的种类
mysql 数据库 表 备份
Website online customer service system Gofly source code development log - 5 Gin framework integration daemon
【漫天烟花】绚烂烟花点亮夜空也太美了叭、某程序员携带烟花秀给大家拜年啦~
Bluetooth development (8) -- avdtp connection process