1fabiosoares / sculptor
The future web experience in CSS
v0.1.9
2017-05-10 23:23 UTC
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2025-03-29 22:49:01 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">