sammarth-k / tag.css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tag.css

1.Usage
2.Install
3.Documentation
4.Upcoming Features

Usage

tag.css can be used to create tags and flairs of different colors, shapes, sizes and fills, all with responsive design.

The usage of the library is simple. In your HTML markup, you have to use <tag> tags to create tags with the library. The default shape is box and fill is solid.

Installation

tag.css can be installed by downloading the github repo.

Documentation

Default tag

    tag{
    color: #f7f7f7;
    border: 1px solid #333;
    background-color: #333;
    font-size: 1rem;
    padding: 0 0.4rem 0 0.4rem;
    position:relative;
    }

Sizes

Size Class
small tag-small
normal(default) -
large tag-large
extra large tag-xl

Shape

Shape Class
Box (default) -
Rounded tag-rounded

Colored Tags

Color HEX Solid Hollow

Upcoming Features

About

License:MIT License


Languages

Language:SCSS 30.7%Language:Less 27.9%Language:CSS 17.2%Language:JavaScript 15.5%Language:HTML 7.8%Language:Python 1.0%