# css布局
**Repository Path**: HTML-CSS-learning/css_layout
## Basic Information
- **Project Name**: css布局
- **Description**: 介绍主流css布局
- **Primary Language**: CSS
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2020-07-04
- **Last Updated**: 2021-05-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# css主流布局
## 目录结构
```txt
├── EqualDistribution 等分布局
├── FullScreen 全屏布局
├── HorizontalAndVertical 水平垂直居中
├── HorizontalCenter 水平居中
├── SameHeight 等高布局
├── ThreeColumns 三列布局
├── TwoColumns 两列布局
├── VerticalCenter 垂直居中
├── css3 css3xintex多列布局
└── show_tree.txt
```
## 博客园
[博客园](https://www.cnblogs.com/hsbolg/)
## 部分参考
[参考](https://juejin.im/post/5aa252ac518825558001d5de)