0.1.3 • Published 8 years ago

card-ribbon v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

card-ribbon NPM version NPM downloads

Card ribbon in pure CSS. (in bytes!)

Install

$ npm install --save card-ribbon

Usage

The parent element of .card-ribbon should be position: relative;

<div class="parent-element">
  <div class="card-ribbon">This is the ribbon!</div>
  <div class="content">Whatever contents...</div>
</div>

Then include the CSS file via <link> attribute.

<link rel="stylesheet" href="/path/to/card-ribbon/dist/card-ribbon.css">

Or use some CSS pre-processor:

@import "card-ribbon";

Browser Support

IE 10 and above, Chrome, Safari, Firefox and a bunch of shit.

License

MIT © EGOIST