Code Monkey home page Code Monkey logo

basic.css's Introduction

basic.css

Basic styling for any webpage

Version License Dependency Status

installation

Via Bower - Recommended

  1. Run bower install basic.css
  2. Include into your site either with sass (via @import "bower_components/basic.css/build/export.scss";) or directly linked in in your html document (<link rel="stylesheet" type="text/css" href="bower_components/basic.css/dist/basic.css" /> or with normalize.css <link rel="stylesheet" type="text/css" href="bower_components/basic.css/dist/basic.norm.css" />)

Manually

  1. Put basic.css (or with normalize.css basic.norm.css) from /dist/ anywhere in your project directory (i.e. css/basic.css)
  2. Add the link tag to your html document's head (<link rel="stylesheet" type="text/css" href="css/basic.css" />)

Usage

Once installed, everything works without any configuration needed.

Each module of basic.css has options (listed below). To use an option just add data-basic="" to the target element and add your options inside the quotes.

Core

  • font - sets the font - used on any tag
    • font serif - uses the serif font stack
    • font sans-serif - uses the sans-serif font stack
    • font mono - uses the fixed-width/mono-space font stack
  • attribution - shows a message at the bottom of the page to give attribution to basic.css

basic.css's People

Contributors

myhonor16 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.