/sculptor

The future web experience

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Sculptor - The future web experience

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">