Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Detailed introduction of grid Grid layout in css

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article introduces the relevant knowledge of "detailed introduction of grid grid layout in css". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

1. Grid layout, also known as grid layout, can realize two-dimensional layout.

2. This is controlled by CSS, not HTML, and you can rely on media queries to redefine the layout according to different contexts.

Gridlines (Grid Lines)

Grid lines make up the grid, which is the horizontal and vertical dividing line of the grid. A grid line exists on both sides of a row or column. We can refer to its number or the name of the grid lines defined.

Grid orbit (Grid Track)

A grid track is the space between two adjacent grid lines, just like rows or columns in a table. In the grid, it is divided into grid column and grid row. Each grid track can be set to a size to control the width or height.

Grid cell (Grid Cell)

A grid cell is the space between four grid lines. So it's the smallest unit, like a cell in a table.

Grid area (Grid Area)

A grid area is a space made up of any four grid lines, so it may contain one or more cells. Equivalent to the range after the merged cells in the table.

This is the end of the detailed introduction to the grid layout of grid in css. Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report