当前位置:网站首页>Dual wing layout
Dual wing layout
2022-06-11 00:24:00 【Studyer network】

<!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"> Head </div>
<div class="container">
<div class="content">
<div class="center"> middle </div>
</div>
<div class="left"> On the left </div>
<div class="right"> On the right </div>
</div>
<div class="footer"> The tail </div>
</body>
</html>
边栏推荐
- Typecho website speed optimization - Xingze V Club
- 数据库表结构
- [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 ~
- array_ column() expects parameter 1 to be array, array given
- [MVC&Core]ASP. Introduction to net core MVC view value transfer
- Select sort
- 【JVM】内存模型
- 【自动回复小脚本】新年快乐,每一个字都是我亲自手打的,不是转发哦~
- QT client socket qtcpsocket specifies the local IP through bind
- mysql 数据库 表 备份
猜你喜欢

Njupt Nanyou Discrete Mathematics_ Experiment 3

CSDN daily practice -- half search of ordered table

Décomposition détaillée du problème de chemin le plus court du graphique

Wireshake introduction learning notes

Website online customer service system Gofly source code development log - 5 Gin framework integration daemon
![[pyGame] when the](/img/7e/d2cd2eb2fff2c1fb2b41f579d4f70e.png)
[pyGame] when the "coolest snake in history" arrives, fun will play it (no money for fun)

C language file operation
![[auto reply or remind assistant] Mom doesn't have to worry about me missing messages any more (10 Line Code Series)](/img/b3/64429247ee1b91a05d4faa1d78a1df.png)
[auto reply or remind assistant] Mom doesn't have to worry about me missing messages any more (10 Line Code Series)

哈工大软件构造复习——LSP原则,协变和逆变
![[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?
随机推荐
Database table structure
Docking request mode
WinDriver compilation summary
MP framework basic operation (self use)
JVM garbage collection mechanism and common garbage collectors
Njupt Nanyou Discrete Mathematics_ Experiment 2
【无标题】
How to handle file cache and session?
Excel cell
Unity custom folder icon color personalized unity compiler
Njupt Nanyou Discrete Mathematics_ Experiment 3
第一章 总论-会计基础
VTK example -- three intersecting planes
【Go语言学习】——并发编程
Static method static learning
电脑录屏免费软件gif等格式视频
Go language channel understanding and use
[pyGame games] story stream recommendation: what kind of games can you like? (devil lover, bully's wife version)
Shengteng AI development experience based on target detection and identification of Huawei cloud ECS [Huawei cloud to jianzhiyuan]
[JVM] thread