• Stars
    star
    126
  • Rank 284,543 (Top 6 %)
  • Language
    CSS
  • License
    MIT License
  • Created almost 8 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

📖An introduction about grid and flex of css.

拥抱未来的CSS布局方式:flex与grid布局

本系列文章为对CSSflex布局与grid布局的详细介绍,已在GitHub同步更新,如您在阅读过程中发现描述有误或错别字的情况,您可以向本项目提出issusPull Request

本系列文章为我在深入研究CSS的布局方式的过程中的一些总结。主要是对于CSS3标准里的flex布局方式CSS4草案中的grid布局方式进行一些总结。

下载本系列文章

git clone https://github.com/xingbofeng/css-grid-flex.git

为什么想写这系列的博文?

现今的前端开发中,页面布局主要以基于盒模型的布局方式,也就是常说的div+css。 我们通过displayfloatposition布局页面。

传统页面布局过于繁琐,代码冗余,一些功能不易于简单实现:例如垂直居中、等分宽高等。

关于更多flexgrid的思考,可以前往前端未来页面布局发展方向是Flexbox 还是Grid? - 前端开发- 知乎进行探讨。

为什么是“拥抱未来”?

flex布局又称弹性盒子布局,它于2009年提出,并已经进入CSS3标准。现今虽已得到众高端浏览器厂商的支持,但由于IE10以下的用户基数仍然很大,大部分Web开发者并不能够真正在某种程度上大胆尝试这种新型布局理念。

grid布局则更加新奇了,甚至说到今天,连chrome这样的现代化浏览器都没有支持它。

准备工作

那为什么要谈它呢?

grid布局是2010年由Microsoft提出的,目前已经成为W3C候选标准。虽然说我们依旧不能够通过正常方式使用这样的布局方式,但我们还是通过浏览器的设置可以看到相关的效果。比如Chrome浏览器中通过chrome://flags打开Chrome浏览器实验网络平台功能。,将experimental web platform features选项设置为enable,这个方法同样适用于 Opera,对于Oprea来说,地址为opera://flags

image

打开后,我们将能够在浏览器中正常使用grid的布局方式了。

若要在项目当中使用grid布局方式,则可能需要安装css-grid-polyfill

鸣谢

感谢以下朋友对本仓库错误的纠正与贡献

LICENSE

本项目采用宽泛的MIT LICENSE,您可以随意转载本项目,只需要保持署名即可。

More Repositories

1

xingbofeng.github.io

counterxing的博客
JavaScript
174
star
2

wx-audio

🎵 A music-player built with weixin platform.
JavaScript
164
star
3

douban-movie

🎥The douban-movie Application built with webpack + vue + vuex + vue-router + iView.
Vue
149
star
4

JavaScript-design-patterns

暑期任务系列之精读《JavaScript设计模式与开发实践》
HTML
65
star
5

cornerstone-chinese-document

cornerstone( https://github.com/cornerstonejs/cornerstone )中文文档,用代码挽救生命,为天朝医学做一点微小的工作!
60
star
6

terminal-chat-robot

👽A chat-robot which runs in terminal.
JavaScript
43
star
7

webpack-jQuery-cli

📦基于webpack的jQuery脚手架,快速进行移动端的jQuery页面开发。
JavaScript
20
star
8

vuex-typescript-commit-dispatch-prompt

vuex typescript commit dispatch prompt
TypeScript
17
star
9

simple-virtual-dom

a simple virtual dom
JavaScript
11
star
10

Reading-Note

Reading Note of Encounter.
11
star
11

gallery-by-react

🌞A gallery based on React.js
JavaScript
7
star
12

protobuf-to-ts-api

通过protobuf文件,自动你的生成ts定义文件和api请求文件。
TypeScript
5
star
13

vue-draw-something

🎨It is the draw-something Application. Front-End is built with Vue.js, and Back-End will be build with Node.js and Python3.
JavaScript
4
star
14

getShell-by-modation

👏通过generator-modation在浏览器中打开linux命令行的小应用
JavaScript
4
star
15

weight-event-emmitter

一个好用的带权重的事件监听器
JavaScript
3
star
16

generator-naive

generator-naive:a Node.js generator based on yeoman!
JavaScript
2
star
17

UNP-reading

阅读《UNP》(《UNIX网络编程》)的读书笔记
1
star
18

vue-music-player-SPA

🎵 A Vue Audio Player.
JavaScript
1
star
19

vue-one

📖The One Reading Application based on vue.js.
JavaScript
1
star
20

cpu-bound-demo

Node.js cpu-bound-demo
JavaScript
1
star
21

message-by-modation

😡基于generator-modation的一个小型留言板
JavaScript
1
star