当前位置:网站首页>双飞翼布局
双飞翼布局
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>
边栏推荐
- Njupt Nanyou Discrete Mathematics_ Experiment 1
- [pyGame games] story stream recommendation: what kind of games can you like? (devil lover, bully's wife version)
- 什么是绝对和相对路径,有哪些优缺点?
- The same customized right-click menu beautification on this site - Xingze V Club
- 【JVM】垃圾回收机制
- 【Pygame小游戏】剧情流推荐:什么样的游戏才能获得大家的喜欢呢?(魔鬼恋人、霸总娇妻版)
- Bluetooth development (2) -- initialization
- 【Turtle表白合集】“海底月是天上月,眼前人是心上人。”余生多喜乐,长平安~(附3款源码)
- canvas绘画折线段
- LeetCode 1996. Number of weak characters in the game*
猜你喜欢

String time sorting, sorting time format strings

Leetcode-209 minimum length subarray

Compared with the "South-to-North Water Transfer", what will the "east to west" of the fire bring to cloud computing?

【Pygame合集】滴~穿越童年游戏指南 请查收:这里面有你玩过的游戏嘛?(附五款源码自取)
![[pyGame games] here it is. This Gobang game is super A. share it with your friends~](/img/76/faea3558ed6fadff755c517922088b.png)
[pyGame games] here it is. This Gobang game is super A. share it with your friends~

【无标题】4555
![[pyGame games] I'm not afraid you can't walk the maze series: the ultimate AI walks the maze. After learning, it will take you to open the door to a new world ~ (with game source code)](/img/57/dcf291b044b5e5860a7fdc817076d5.jpg)
[pyGame games] I'm not afraid you can't walk the maze series: the ultimate AI walks the maze. After learning, it will take you to open the door to a new world ~ (with game source code)

Bluetooth development (3) -- look at the air bag

Bluetooth development (8) -- avdtp connection process

Website online customer service system Gofly source code development log - 5 Gin framework integration daemon
随机推荐
Quick sort
Leetcode-713 subarray with product less than k
String time sorting, sorting time format strings
VTK example -- three intersecting planes
Static method static learning
【自动回复小脚本】新年快乐,每一个字都是我亲自手打的,不是转发哦~
Error report of curl import postman
When leaving the web page, the website displays 404 Not found- starze V Club
Exemple VTK - - trois plans qui se croisent
Typecho website speed optimization - Xingze V Club
【JVM】内存模型
MP framework basic operation (self use)
[JVM] class loading mechanism
基于华为云ECS的目标检测与识别的昇腾AI开发体验【华为云至简致远】
Njupt South Post collection_ Experiment 1
teterttet
【AI出牌器】第一次见这么“刺激”的斗地主,胜率高的关键因素竟是......
[AI card player] for the first time to see such an "exciting" landowner, the key factor for a high winning rate is
[pyGame collection] please check the game guide through childhood: are there any games you have played? (attach five source codes for self access)
【AcWing】4. Multiple knapsack problem I