1.

What Is Pure.css Responsive Design?

Answer»

PURE.CSS has SEVERAL special CLASSES to create a responsive design.

  1. .pure-u-*: Sets the container to occupy REQUIRED space on any DEVICE.
  2. .pure-u-sm-*: Sets the container to occupy required space on a DEVICES with width ≥ 568px.
  3. .pure-u-md-*: Sets the container to occupy required space on a devices with width ≥ 768px.
  4. .pure-u-lg-*: Sets the container to occupy required space on a devices with width ≥ 1024px.
  5. .pure-u-xl-*: Sets the container to occupy required space on a devices with width ≥ 1280px.

PURE.CSS has several special classes to create a responsive design.



Discussion

No Comment Found