Grid systems in web design

Grid systems in web design


Formation of the grid system
In 1692, the newly crowned French King Louis XIV felt that the level of printing in France was far from satisfactory, so he ordered the establishment of a special royal committee to manage printing. Their first task was to design a new font that was scientific, rational, and functional. The committee was led by mathematician Nicolas Jaugeon. They used Roman fonts as the basis and adopted a grid as the design basis. Each font square was divided into 64 basic square units, and each square unit was further divided into 36 small grids. In this way, a printed layout consists of 2304 small grids. In this rigorous geometric grid network, they designed the shape of the font, the layout of the layout, and tested the effectiveness of the communication function. This was the earliest scientific experiment on fonts and layouts in the world, and also the earliest prototype of the grid system.
The grid system is called “grid systems” in English, and some people translate it as “grid system”, which are actually the same thing. However, in terms of definition, grid is more accurate. The definition of grid found on Wikipedia is: grid design system (also known as grid design system, standard size system, program layout design, Swiss graphic design style, international graphic design style) is a method and style of graphic design. The layout of the page is designed with a fixed grid and its style is neat and concise. It became very popular after World War II and has become one of the mainstream styles of publication design today.
Grid system in web design <br />My definition of web grid system is: using a regular grid array to guide and regulate the layout and information distribution of a web page.
The web page grid system is developed from the flat grid system. For web design, the use of grid system can not only make the information presentation on the web page more beautiful and easy to read, but also more usable. Moreover, for front-end development, web pages will be more flexible and standardized.


Grid systems are increasingly used in current web design. I have collected an article about the application of grid systems from the Internet: 30 top blog website designs based on grid systems.
Previous Page 1 2 Next Page Read Full Article

<<:  Why the disk space is not released after deleting data in MySQL

>>:  CSS beginner tutorial: background image fills the entire screen

Recommend

Detailed explanation of MySQL solution to USE DB congestion

When we encounter a fault, we often think about h...

Execute the shell or program inside the Docker container on the host

In order to avoid repeatedly entering the Docker ...

Tutorial on using portainer to connect to remote docker

Portainer is a lightweight docker environment man...

Linux kernel device driver Linux kernel basic notes summary

1. Linux kernel driver module mechanism Static lo...

Summarize the commonly used nth-child selectors

Preface In front-end programming, we often use th...

Life cycle and hook functions in Vue

Table of contents 1. What is the life cycle 2. Th...

Detailed steps for using jib for docker deployment in Spring Cloud

Introduction to Jib Jib is a library developed by...

Detailed explanation of the difference between chown and chmod commands in Linux

In Linux system, both chmod and chown commands ca...

JS implements a simple counter

Use HTML CSS and JavaScript to implement a simple...