Skip to content

salil-naik/product.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

product.css - Lightweight CSS Grid System for Web Development

product.css logo

Product.css is a lightweight CSS framework based on Foundation CSS framework.

jsDelivr Hits

Use From the CDN:

<link href="https://cdn.jsdelivr.net/gh/salil-naik/product.css/v-2.0/product.min.css" rel="stylesheet" type="text/css" />

Features

product.css is a lightweight css framework which helps in making websites responsive. It is a very light weight css framework, a cut down version of Foundation CSS framework. Some of the key features of product.css are:

  • Small footprint: product.min.css - 9 K
  • A responsive grid with mobile friendly approach
  • Perfect for website with less or no js functionalities
  • Structure is same as Foundation's. No need to learn a new framework

Example

<div class="grid-container">
    <div class="grid-x">
        <div class="cell large-4 medium-2">
            <!-- Content-->
        </div>
        
        <div class="cell large-4 medium-2">
            <!-- Content-->
        </div>

        <div class="cell large-4 medium-2">
            <!-- Content-->
        </div>
    </div>
</div>

Representation

grid explaination



Example below shows the usage of the grid system

grid explaination

About

Build beautiful responsive websites with the help of product.css

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.html

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published