1fabiosoares/sculptor

The future web experience in CSS

Installs: 114

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 3

Forks: 2

Language:CSS

v0.1.9 2017-05-10 23:23 UTC

README

About

Sculptor is a CSS Framework that allows you make beautiful web-based applications. We've got inspired in designs we believe is real futuristic and in colors of the universe. Created by Fabio Soares on a 2016 saturday afternoon.

Share with friends

Give us a star on GitHub and share with friends.

Getting Started

Download on Github Releases or use CDN https://unpkg.com/sculptorcss/css/sculptor.min.css

Clone our repository:

$ git clone git@github.com:1fabiosoares/sculptor.git

Download npm package

$ npm install sculptorcss

Download bower package

$ bower install sculptor

Download composer package

$ composer require 1fabiosoares/sculptor

Put it on you HTML page

Using CDN

<link rel="stylesheet" href="https://unpkg.com/sculptorcss/css/sculptor.min.css">

or using a local reference

<link rel="stylesheet" href="css/sculptor.min.css">