基础 CSS XY 网格框架
Foundation CSS是由 ZURB 基金会于 2011 年 9 月构建的开源和响应式前端框架,它可以轻松布局令人惊叹的响应式网站、应用程序和电子邮件,并且可以在任何设备上访问。
在本文中,我们将讨论 Foundation CSS 中的XY 网格框架。
XY 网格将应用程序的网格框架整合到许多有用的功能中。要使用 XY 网格框架,只需添加.grid-frame 到您的 HTML 网格。它将设置网格覆盖浏览器窗口的整个高度,即 100vh。
XY 网格框架类:
- grid-frame:这个类帮助我们固定网格的高度。如果你把这个类放在外部网格中,那么它将占用端口的高度,如果你在嵌套网格中使用它,那么它将占用容器的高度。
句法:
...
下面是说明 XY Grid Frame 类使用的示例:
示例 1:此示例说明了 .grid-frame 类在文本中的使用。
HTML
XY Grid Frame Header
Header column-1 covering 4 grid blocks.
Header middle column-2
covering 4 grid blocks.
Header column-3 covering 4 grid blocks
XY Grid Frame sidebar scrolling
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still
growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still
growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still
growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still
growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still
growing..
XY Grid Frame body scrolling
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions, Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions, Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions, Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions, Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions, Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
HTML
XY Grid Frame Header
Header column-1 covering 4 grid blocks.
Header middle column-2
covering 4 grid blocks.
Header column-3 covering 4 grid blocks
XY Grid Frame sidebar scrolling
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still growing..
XY Grid Frame body scrolling
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions ,Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions ,Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions ,Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions ,Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions ,Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
输出:
示例 2:此示例说明了 .grid-frame 类对图像的使用。
HTML
XY Grid Frame Header
Header column-1 covering 4 grid blocks.
Header middle column-2
covering 4 grid blocks.
Header column-3 covering 4 grid blocks
XY Grid Frame sidebar scrolling
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still growing..
Billions of Users, Millions of Articles
Published, Thousands Got Hired by Top
Companies and the numbers are still growing..
XY Grid Frame body scrolling
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions ,Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions ,Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions ,Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions ,Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
We provide a variety of services for you
to learn, thrive and also have fun! Free
Tutorials, Millions of Articles, Live,
Online and Classroom Courses, Frequent
Coding Competitions ,Webinars by Industry
Experts, Internship opportunities and Job
Opportunities.
输出:
参考: https ://get.foundation/sites/docs/xy-grid.html#grid-frame