What is Pure.CSS form?

Pure.CSS has a very easy and responsive CSS to design a form. You can create different types of forms using Pure.CSS. Following is a list of some classnames: pure-form: It specifies a compact inline form. pure-form-stacked: It represents a stacked form with input elements below the labels. To be used with pure-form. pure-form-aligned: It represents … Read more

What is Pure.CSS Menus?

There are two types of menus in Pure.CSS: Vertical menu Horizontal menu Pure.CSS provides vertical menus by default. You can change the vertical menu to horizontal menu by adding the class name “pure-menu-horizontal”. For a Pure.CSS interview question about Pure.CSS menus, the correct answer would be: Pure.CSS menus are a part of the Pure.CSS framework, … Read more

What do you mean by the term extensible in Pure.CSS?

Pure is elegant, simple, and lightweight. It is very easy to work with. The biggest advantage of using Pure CSS is it is built to be extensible. You can simply add a few styles in your own CSS and change the look to your website. In the context of Pure.CSS, “extensible” refers to the ability … Read more

How do you Pure.CSS grid?

Following are the rules to use Pure.CSS Grids: Widths of Units are in fractions. For example, pure-u-1-2 represents 1/2 or 50% width, pure-u-2-5 represents 2/5 or 40% width and so on. Children of Pure Grid (element with pure-g class) must be using pure-u or pure-u-* classnames. All content should be a part of a grid … Read more

What is Pure.CSS grids?

PURE.CSS provides concept of Pure Grid with two types of classes: pure-g: A grid class pure-u-*: A unit class For a Pure.CSS interview question about Pure.CSS grids, the correct answer would be: “Pure.CSS grids are a part of the Pure.CSS framework developed by Yahoo!. They provide a lightweight and responsive grid system for building web … Read more