css-pro-layout

1.1.0 • Public • Published

CSS Pro Layout

CSS library for building responsive and customizable page layouts

npm License


Documentation

For full documentation, visit https://azouaoui-med.github.io/css-pro-layout

Getting started

You can install css pro layout with NPM or Yarn

NPM

npm install css-pro-layout

Yarn

yarn add css-pro-layout

Import css-pro-layout.css into your module

import 'css-pro-layout/dist/css/css-pro-layout.css';

CDN

You can also use the CDN link from unpkg.com

<link href="https://unpkg.com/css-pro-layout/dist/css/css-pro-layout.min.css" rel="stylesheet" />

Basic Usage

<div class="layout">
  <header class="header">Header</header>
  <main class="content">Content</main>
  <footer class="footer">Footer</footer>
</div>

Please refer to the Examples page for more use cases.

Demos

Change Log

This project adheres to Semantic Versioning. Every release, along with the migration instructions, is documented on the GitHub Releases page.

License

MIT © Mohamed Azouaoui

Package Sidebar

Install

npm i css-pro-layout

Weekly Downloads

791

Version

1.1.0

License

MIT

Unpacked Size

25.9 kB

Total Files

15

Last publish

Collaborators

  • azouaoui-med